| Package | Description |
|---|---|
| com.azure.search.documents |
Package containing classes for creating
SearchClient or
SearchAsyncClient used to perform document management, autocomplete, search, or
suggestion operations using an Azure Cognitive Search service index. |
| 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 |
|---|---|
SearchAsyncClient |
SearchClientBuilder.buildAsyncClient()
Creates a
SearchAsyncClient based on options set in the builder. |
| Modifier and Type | Method and Description |
|---|---|
SearchAsyncClient |
SearchIndexAsyncClient.getSearchAsyncClient(String indexName)
Initializes a new
SearchAsyncClient using the given Index name and the same configuration as the
SearchServiceAsyncClient. |
Copyright © 2020 Microsoft Corporation. All rights reserved.