| Package | Description |
|---|---|
| com.azure.search.documents.indexes |
Package containing classes for creating
SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy)
Adds a pipeline policy to apply to each request sent.
|
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.configuration(com.azure.core.util.Configuration configuration)
Sets the configuration store that is used during construction of the service client.
|
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.credential(com.azure.core.credential.AzureKeyCredential credential)
Sets the
AzureKeyCredential used to authenticate HTTP requests. |
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.endpoint(String endpoint)
Sets the service endpoint for the Azure Cognitive Search instance.
|
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.httpClient(com.azure.core.http.HttpClient client)
Sets the HTTP client to use for sending requests and receiving responses.
|
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions)
Sets the logging configuration for HTTP requests and responses.
|
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline)
Sets the HTTP pipeline to use for the service client.
|
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy)
Sets the
HttpPipelinePolicy that will attempt to retry requests when needed. |
SearchIndexerClientBuilder |
SearchIndexerClientBuilder.serviceVersion(SearchServiceVersion serviceVersion)
Sets the
SearchServiceVersion that is used when making API requests. |
Copyright © 2020 Microsoft Corporation. All rights reserved.