Uses of Enum Class
org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
Packages that use DocumentRefreshStrategy
Package
Description
-
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type DocumentRefreshStrategyModifier and TypeMethodDescriptionIndexManagerImplementor.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.backend.work.execution
Methods in org.hibernate.search.engine.backend.work.execution that return DocumentRefreshStrategyModifier and TypeMethodDescriptionstatic DocumentRefreshStrategyReturns the enum constant of this class with the specified name.static DocumentRefreshStrategy[]DocumentRefreshStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi with parameters of type DocumentRefreshStrategyModifier and TypeMethodDescriptionIndexIndexer.add(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) Add a document to the index, assuming that the document is absent from the index.IndexIndexer.addOrUpdate(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) Update a document in the index, or add it if it's absent from the index.IndexIndexer.delete(DocumentReferenceProvider referenceProvider, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) Delete a document from the index. -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type DocumentRefreshStrategyModifier and TypeMethodDescriptionMappedIndexManager.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)