| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| com.azure.search.documents.models |
Package containing classes used for document management, autocomplete, search, or suggestion operations that are
being sent-to and received-from an Azure Cognitive Search service index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexDocumentsBatch<T>
Contains a batch of document write actions to send to the index.
|
| Modifier and Type | Method and Description |
|---|---|
IndexBatchBase<SearchDocument> |
IndexBatchException.findFailedActionsToRetry(IndexBatchBase<SearchDocument> originalBatch,
String keyFieldName)
Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.
|
<T> IndexBatchBase<T> |
IndexBatchException.findFailedActionsToRetry(IndexBatchBase<T> originBatch,
Function<T,String> keySelector)
Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.
|
| Modifier and Type | Method and Description |
|---|---|
IndexBatchBase<SearchDocument> |
IndexBatchException.findFailedActionsToRetry(IndexBatchBase<SearchDocument> originalBatch,
String keyFieldName)
Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.
|
<T> IndexBatchBase<T> |
IndexBatchException.findFailedActionsToRetry(IndexBatchBase<T> originBatch,
Function<T,String> keySelector)
Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.