Uses of Class
com.azure.search.documents.indexes.SearchIndexClientBuilder
Packages that use SearchIndexClientBuilder
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.-
Uses of SearchIndexClientBuilder in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return SearchIndexClientBuilderModifier and TypeMethodDescriptionSearchIndexClientBuilder.addPolicy
(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policy
to apply on each request sent.SearchIndexClientBuilder.audience
(SearchAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).SearchIndexClientBuilder.clientOptions
(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.SearchIndexClientBuilder.configuration
(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.SearchIndexClientBuilder.credential
(com.azure.core.credential.AzureKeyCredential credential) Sets theAzureKeyCredential
used to authenticate HTTP requests.SearchIndexClientBuilder.credential
(com.azure.core.credential.TokenCredential credential) Sets theTokenCredential
used to authorize requests sent to the service.Sets the service endpoint for the Azure Cognitive Search instance.SearchIndexClientBuilder.httpClient
(com.azure.core.http.HttpClient client) Sets theHttpClient
to use for sending and receiving requests to and from the service.SearchIndexClientBuilder.httpLogOptions
(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configuration
to use when sending and receiving requests to and from the service.SearchIndexClientBuilder.pipeline
(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipeline
to use for the service client.SearchIndexClientBuilder.retryOptions
(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptions
for all the requests made through the client.SearchIndexClientBuilder.retryPolicy
(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theHttpPipelinePolicy
that will attempt to retry requests when needed.SearchIndexClientBuilder.serializer
(com.azure.core.util.serializer.JsonSerializer jsonSerializer) Custom JSON serializer that is used to handle model types that are not contained in the Azure Search Documents library.SearchIndexClientBuilder.serviceVersion
(SearchServiceVersion serviceVersion) Sets theSearchServiceVersion
that is used when making API requests.