Interface PojoSearchSessionMappingContext
- All Superinterfaces:
BackendMappingContext
,BridgeMappingContext
,PojoMassIndexingMappingContext
,PojoScopeMappingContext
,PojoWorkMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor
public interface PojoSearchSessionMappingContext
extends PojoWorkMappingContext, PojoScopeMappingContext
Mapping-scoped information and operations for use in POJO search sessions.
-
Method Summary
Modifier and TypeMethodDescriptioncreateIndexer
(PojoWorkSessionContext context) createIndexingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) createIndexingQueueEventProcessingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) Methods inherited from interface org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
entityReferenceFactory, hints, mappedTypeContext, projectionRegistry, toDocumentValueConvertContext
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContext
Methods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, failureHandler, threadPoolProvider
Methods inherited from interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
entityReferenceFactoryDelegate
-
Method Details
-
createIndexingPlan
PojoIndexingPlan createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
createIndexingPlan
PojoIndexingPlan createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sink) -
createIndexer
-
createIndexingQueueEventProcessingPlan
PojoIndexingQueueEventProcessingPlan createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)
-