Class MappedIndexManagerImpl
java.lang.Object
org.hibernate.search.engine.mapper.mapping.impl.MappedIndexManagerImpl
- All Implemented Interfaces:
MappedIndexManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTo(MappedIndexScopeBuilder<?, ?> builder) createIndexer(BackendSessionContext sessionContext) createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) <R,E> MappedIndexScopeBuilder<R, E> createScopeBuilder(BackendMappingContext mappingContext) createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) toAPI()toString()
-
Constructor Details
-
MappedIndexManagerImpl
-
-
Method Details
-
toString
-
toAPI
- Specified by:
toAPIin interfaceMappedIndexManager
-
schemaManager
- Specified by:
schemaManagerin interfaceMappedIndexManager
-
createIndexingPlan
public IndexIndexingPlan createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) - Specified by:
createIndexingPlanin interfaceMappedIndexManager
-
createIndexer
- Specified by:
createIndexerin interfaceMappedIndexManager
-
createWorkspace
- Specified by:
createWorkspacein interfaceMappedIndexManager
-
createScopeBuilder
- Specified by:
createScopeBuilderin interfaceMappedIndexManager
-
addTo
- Specified by:
addToin interfaceMappedIndexManager
-