| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexClientBuilder |
SearchIndexClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy)
Adds a pipeline policy to apply to each request sent.
|
SearchIndexClientBuilder |
SearchIndexClientBuilder.configuration(com.azure.core.util.Configuration configuration)
Sets the configuration store that is used during construction of the service client.
|
SearchIndexClientBuilder |
SearchIndexClientBuilder.credential(SearchApiKeyCredential searchApiKeyCredential)
Sets the
SearchApiKeyCredential used to authenticate HTTP requests. |
SearchIndexClientBuilder |
SearchIndexClientBuilder.endpoint(String endpoint)
Sets the service endpoint for the Azure Search instance.
|
SearchIndexClientBuilder |
SearchIndexClientBuilder.httpClient(com.azure.core.http.HttpClient client)
Sets the HTTP client to use for sending requests and receiving responses.
|
SearchIndexClientBuilder |
SearchIndexClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions)
Sets the logging configuration for HTTP requests and responses.
|
SearchIndexClientBuilder |
SearchIndexClientBuilder.indexName(String indexName)
Sets the name of the index.
|
SearchIndexClientBuilder |
SearchIndexClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline)
Sets the HTTP pipeline to use for the service client.
|
SearchIndexClientBuilder |
SearchIndexClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy)
Sets the
HttpPipelinePolicy that will attempt to retry requests when needed. |
SearchIndexClientBuilder |
SearchIndexClientBuilder.serviceVersion(SearchServiceVersion serviceVersion)
Sets the
SearchServiceVersion that is used when making API requests. |
Copyright © 2020 Microsoft Corporation. All rights reserved.