Interface PojoMassIndexingSessionContext
-
- All Superinterfaces:
BackendSessionContext,BridgeSessionContext,PojoImplicitReindexingResolverSessionContext,PojoIndexingProcessorSessionContext,PojoWorkSessionContext
public interface PojoMassIndexingSessionContext extends PojoWorkSessionContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoIndexercreateIndexer()PojoRuntimeIntrospectorruntimeIntrospector()StringtenantIdentifier()-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
identifierBridgeFromDocumentIdentifierContext, propertyBridgeWriteContext, routingBridgeRouteContext, typeBridgeWriteContext, valueBridgeFromIndexedValueContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
defaultLoadingContext, mappingContext
-
-
-
-
Method Detail
-
createIndexer
PojoIndexer createIndexer()
-
runtimeIntrospector
PojoRuntimeIntrospector runtimeIntrospector()
- Specified by:
runtimeIntrospectorin interfacePojoImplicitReindexingResolverSessionContext- Specified by:
runtimeIntrospectorin interfacePojoIndexingProcessorSessionContext
-
tenantIdentifier
String tenantIdentifier()
- Specified by:
tenantIdentifierin interfaceBackendSessionContext- Specified by:
tenantIdentifierin interfaceBridgeSessionContext
-
-