Uses of Interface
org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Packages that use IndexIndexingPlan Package Description org.hibernate.search.engine.backend.index.spi org.hibernate.search.engine.mapper.mapping.spi -
-
Uses of IndexIndexingPlan in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlan
IndexManagerImplementor. 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 IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlan
MappedIndexManager. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-