Package | Description |
---|---|
org.hibernate.search.engine.backend.index.spi |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<?> |
IndexDocumentWorkExecutor.add(DocumentReferenceProvider documentReferenceProvider,
DocumentContributor<D> documentContributor) |
void |
IndexWorkPlan.add(DocumentReferenceProvider documentReferenceProvider,
DocumentContributor<D> documentContributor)
Add a document to the index, assuming that the document is absent from the index.
|
void |
IndexWorkPlan.delete(DocumentReferenceProvider documentReferenceProvider)
Delete a document from the index.
|
void |
IndexWorkPlan.update(DocumentReferenceProvider documentReferenceProvider,
DocumentContributor<D> documentContributor)
Update a document in the index, or add it if it's absent from the index.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.