Uses of Class
com.azure.search.documents.models.GetDocumentOptions
Packages that use GetDocumentOptions
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchIndexClient.
-
Uses of GetDocumentOptions in com.azure.search.documents
Methods in com.azure.search.documents with parameters of type GetDocumentOptionsModifier and TypeMethodDescription<T> Mono<com.azure.core.http.rest.Response<T>> SearchAsyncClient.getDocumentWithResponse(GetDocumentOptions<T> options) Retrieves a document from the Azure AI Search index.<T> com.azure.core.http.rest.Response<T> SearchClient.getDocumentWithResponse(GetDocumentOptions<T> options, com.azure.core.util.Context context) Retrieves a document from the Azure AI Search index. -
Uses of GetDocumentOptions in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return GetDocumentOptionsModifier and TypeMethodDescriptionGetDocumentOptions.setElevatedReadEnabled(Boolean enableElevatedRead) Set the enableElevatedRead property: A value that specifies whether to enable elevated read for the document retrieval.GetDocumentOptions.setSelectedFields(String... selectedFields) Set the selectedFields property: The list of fields to retrieve.GetDocumentOptions.setSelectedFields(List<String> selectedFields) Set the selectedFields property: The list of fields to retrieve.