Uses of Class
com.azure.search.documents.indexes.SearchIndexerClientBuilder
Packages that use SearchIndexerClientBuilder
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.
-
Uses of SearchIndexerClientBuilder in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return SearchIndexerClientBuilderModifier and TypeMethodDescriptionSearchIndexerClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.SearchIndexerClientBuilder.audience(SearchAudience audience) Sets the Audience to use for authentication with Microsoft Entra ID.SearchIndexerClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.SearchIndexerClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.SearchIndexerClientBuilder.credential(com.azure.core.credential.AzureKeyCredential credential) Sets theAzureKeyCredentialused to authenticate HTTP requests.SearchIndexerClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.Sets the service endpoint for the Azure AI Search instance.SearchIndexerClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.SearchIndexerClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.SearchIndexerClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.SearchIndexerClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.SearchIndexerClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theHttpPipelinePolicythat will attempt to retry requests when needed.SearchIndexerClientBuilder.serviceVersion(SearchServiceVersion serviceVersion) Sets theSearchServiceVersionthat is used when making API requests.