| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.work.execution.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexIndexingPlan.add(DocumentReferenceProvider documentReferenceProvider,
DocumentContributor<D> documentContributor)
Add a document to the index, assuming that the document is absent from the index.
|
CompletableFuture<?> |
IndexIndexer.add(DocumentReferenceProvider documentReferenceProvider,
DocumentContributor<D> documentContributor) |
void |
IndexIndexingPlan.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.