| 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. |
| Class and Description |
|---|
| SearchIndexAsyncClient
This class provides a client that contains the operations for creating, getting, listing, updating, or deleting
indexes or synonym map and analyzing text in an Azure Cognitive Search service.
|
| SearchIndexClient
This class provides a client that contains the operations for creating, getting, listing, updating, or deleting
indexes or synonym map and analyzing text in an Azure Cognitive Search service.
|
| SearchIndexClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of
SearchIndexClients and SearchIndexAsyncClients. |
| SearchIndexerAsyncClient
This class provides a client that contains the operations for creating, getting, listing, updating, or deleting data
source connections, indexers, or skillsets and running or resetting indexers in an Azure Cognitive Search service.
|
| SearchIndexerClient
This class provides a client that contains the operations for creating, getting, listing, updating, or deleting data
source connections, indexers, or skillsets and running or resetting indexers in an Azure Cognitive Search service.
|
| SearchIndexerClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of
SearchIndexerClients and SearchIndexerAsyncClients. |
Copyright © 2020 Microsoft Corporation. All rights reserved.