Uses of Interface
org.hibernate.search.engine.backend.work.execution.spi.DocumentReferenceProvider
-
-
Uses of DocumentReferenceProvider in org.hibernate.search.backend.elasticsearch.work.execution.impl
Methods in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type DocumentReferenceProvider Modifier and Type Method Description CompletableFuture<?>ElasticsearchIndexIndexer. add(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)voidElasticsearchIndexIndexingPlan. add(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor)CompletableFuture<?>ElasticsearchIndexIndexer. addOrUpdate(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)voidElasticsearchIndexIndexingPlan. addOrUpdate(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor)CompletableFuture<?>ElasticsearchIndexIndexer. delete(DocumentReferenceProvider referenceProvider, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)voidElasticsearchIndexIndexingPlan. delete(DocumentReferenceProvider referenceProvider) -
Uses of DocumentReferenceProvider in org.hibernate.search.backend.lucene.work.execution.impl
Methods in org.hibernate.search.backend.lucene.work.execution.impl with parameters of type DocumentReferenceProvider Modifier and Type Method Description CompletableFuture<?>LuceneIndexIndexer. add(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)voidLuceneIndexIndexingPlan. add(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor)CompletableFuture<?>LuceneIndexIndexer. addOrUpdate(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)voidLuceneIndexIndexingPlan. addOrUpdate(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor)CompletableFuture<?>LuceneIndexIndexer. delete(DocumentReferenceProvider referenceProvider, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)voidLuceneIndexIndexingPlan. delete(DocumentReferenceProvider referenceProvider) -
Uses of DocumentReferenceProvider in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi with parameters of type DocumentReferenceProvider Modifier and Type Method Description CompletableFuture<?>IndexIndexer. 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.voidIndexIndexingPlan. add(DocumentReferenceProvider documentReferenceProvider, DocumentContributor documentContributor)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, OperationSubmitter operationSubmitter)Update a document in the index, or add it if it's absent from the index.voidIndexIndexingPlan. addOrUpdate(DocumentReferenceProvider documentReferenceProvider, DocumentContributor documentContributor)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, OperationSubmitter operationSubmitter)Delete a document from the index.voidIndexIndexingPlan. delete(DocumentReferenceProvider documentReferenceProvider)Delete a document from the index. -
Uses of DocumentReferenceProvider in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement DocumentReferenceProvider Modifier and Type Class Description classPojoDocumentReferenceProvider
-