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 PojoIndexer
createIndexer()
PojoRuntimeIntrospector
runtimeIntrospector()
String
tenantIdentifier()
-
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:
runtimeIntrospector
in interfacePojoImplicitReindexingResolverSessionContext
- Specified by:
runtimeIntrospector
in interfacePojoIndexingProcessorSessionContext
-
tenantIdentifier
String tenantIdentifier()
- Specified by:
tenantIdentifier
in interfaceBackendSessionContext
- Specified by:
tenantIdentifier
in interfaceBridgeSessionContext
-
-