Package | Description |
---|---|
org.hibernate.search.backend.impl | |
org.hibernate.search.engine.spi |
Constructor and Description |
---|
WorkQueue(ExtendedSearchIntegrator extendedIntegrator,
WorkPlan plan) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocumentBuilder.appendContainedInWorkForInstance(Object instance,
WorkPlan workPlan,
ContainedInRecursionContext currentRecursionContext)
If we have a work instance we have to check whether the instance to be indexed is contained in any other indexed entities.
|
void |
AbstractDocumentBuilder.appendContainedInWorkForInstance(Object instance,
WorkPlan workPlan,
ContainedInRecursionContext currentRecursionContext,
String tenantIdentifier)
If we have a work instance we have to check whether the instance to be indexed is contained in any other indexed entities for a tenant.
|
Copyright © 2006–2016 Hibernate. All rights reserved.