Package | Description |
---|---|
org.hibernate.search.engine.spi |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocumentBuilder.appendContainedInWorkForInstance(Object instance,
org.hibernate.search.engine.impl.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,
org.hibernate.search.engine.impl.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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.