| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
IndexAction<T> |
IndexAction.setActionType(IndexActionType actionType)
Set the actionType property: The operation to perform on a document in
an indexing batch.
|
IndexAction<T> |
IndexAction.setDocument(T document)
Get the document on which the action will be performed; Fields other than the key are ignored for delete actions.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.