Uses of Interface
org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
Packages that use IndexIndexingPlan
Package
Description
-
Uses of IndexIndexingPlan in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl that return IndexIndexingPlanModifier and TypeMethodDescriptionIndexManagerBackendContext.createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.backend.elasticsearch.work.execution.impl
Classes in org.hibernate.search.backend.elasticsearch.work.execution.impl that implement IndexIndexingPlanMethods in org.hibernate.search.backend.elasticsearch.work.execution.impl that return IndexIndexingPlanModifier and TypeMethodDescriptionWorkExecutionBackendContext.createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl that return IndexIndexingPlanModifier and TypeMethodDescriptionIndexManagerBackendContext.createIndexingPlan(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) LuceneIndexManagerImpl.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.backend.lucene.work.execution.impl
Classes in org.hibernate.search.backend.lucene.work.execution.impl that implement IndexIndexingPlanMethods in org.hibernate.search.backend.lucene.work.execution.impl that return IndexIndexingPlanModifier and TypeMethodDescriptionWorkExecutionBackendContext.createIndexingPlan(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return IndexIndexingPlanModifier and TypeMethodDescriptionIndexManagerImplementor.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl that return IndexIndexingPlanModifier and TypeMethodDescriptionMappedIndexManagerImpl.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return IndexIndexingPlanModifier and TypeMethodDescriptionMappedIndexManager.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return IndexIndexingPlanModifier and TypeMethodDescriptionPojoIndexedTypeManager.createIndexingPlan(PojoWorkSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return IndexIndexingPlanModifier and TypeMethodDescriptionPojoWorkIndexedTypeContext.createIndexingPlan(PojoWorkSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)