Uses of Class
org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
-
-
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type DocumentRefreshStrategy Modifier and Type Method Description <R> IndexIndexingPlan<R>IndexManagerImplementor. createIndexingPlan(BackendSessionContext sessionContext, EntityReferenceFactory<R> entityReferenceFactory, 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 DocumentRefreshStrategy Modifier and Type Method Description static DocumentRefreshStrategyDocumentRefreshStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentRefreshStrategy[]DocumentRefreshStrategy. values()Returns an array containing the constants of this enum type, 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 DocumentRefreshStrategy Modifier and Type Method Description CompletableFuture<?>IndexIndexer. add(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)Add a document to the index, assuming that the document is absent from the index.CompletableFuture<?>IndexIndexer. addOrUpdate(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)Update a document in the index, or add it if it's absent from the index.CompletableFuture<?>IndexIndexer. delete(DocumentReferenceProvider referenceProvider, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)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 DocumentRefreshStrategy Modifier and Type Method Description <R> IndexIndexingPlan<R>MappedIndexManager. createIndexingPlan(BackendSessionContext sessionContext, EntityReferenceFactory<R> entityReferenceFactory, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-