Interface PojoSearchSessionMappingContext
-
- All Superinterfaces:
BackendMappingContext
,BridgeMappingContext
,PojoWorkMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor
public interface PojoSearchSessionMappingContext extends PojoWorkMappingContext
Mapping-scoped information and operations for use in POJO search sessions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoIndexer
createIndexer(PojoWorkSessionContext<?> context)
<R> PojoIndexingPlan<R>
createIndexingPlan(PojoWorkSessionContext<R> context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContext
-
-
-
-
Method Detail
-
createIndexingPlan
<R> PojoIndexingPlan<R> createIndexingPlan(PojoWorkSessionContext<R> context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-
createIndexer
PojoIndexer createIndexer(PojoWorkSessionContext<?> context)
-
-