| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
IndexDocumentsResult |
SearchIndexClient.deleteDocuments(Iterable<?> documents)
Deletes a collection of documents from the target index.
|
IndexDocumentsResult |
SearchIndexClient.indexDocuments(IndexDocumentsBatch<?> batch)
Sends a batch of upload, merge, and/or delete actions to the search index.
|
IndexDocumentsResult |
SearchIndexClient.mergeDocuments(Iterable<?> documents)
Merges a collection of documents with existing documents in the target index.
|
IndexDocumentsResult |
SearchIndexClient.mergeOrUploadDocuments(Iterable<?> documents)
This action behaves like merge if a document with the given key already exists in the index.
|
IndexDocumentsResult |
SearchIndexClient.uploadDocuments(Iterable<?> documents)
Uploads a collection of documents to the target index.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.