Package | Description |
---|---|
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.spi |
Modifier and Type | Method and Description |
---|---|
<T> void |
WorkPlan.recurseContainedIn(T value,
ContainedInRecursionContext context,
String tenantId)
Used for recursive processing of containedIn
|
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-2017 Red Hat, Inc. All Rights Reserved