SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service.See: Description
| Class | 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. |
| SearchIndexerDataSources |
Utility class that aids in the creation of
SearchIndexerDataSourceConnections. |
| Annotation Type | Description |
|---|---|
| FieldBuilderIgnore |
Marker annotation that indicates the field or method is to be ignored by converting to SearchField.
|
| SearchableField |
An annotation that directs
SearchIndexAsyncClient.buildSearchFields(Class, FieldBuilderOptions) to turn the
field or method into a searchable field. |
| SimpleField |
An annotation that directs
SearchIndexAsyncClient.buildSearchFields(Class, FieldBuilderOptions) to turn the
field or method into a non-searchable field. |
SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service.Copyright © 2020 Microsoft Corporation. All rights reserved.