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
hints, mappedTypeContext, projectionRegistry, toDocumentValueConvertContextMethods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContextMethods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, entityReferenceFactory, failureHandler, threadPoolProviderMethods inherited from interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkMappingContext
entityReferenceFactory
-
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)
-