Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerStatus
Packages that use SearchIndexerStatus
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.-
Uses of SearchIndexerStatus in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return SearchIndexerStatusModifier and TypeMethodDescriptionSearchIndexerClient.getIndexerStatus
(String indexerName) Returns the current status and execution history of an indexer.Methods in com.azure.search.documents.indexes that return types with arguments of type SearchIndexerStatusModifier and TypeMethodDescriptionSearchIndexerAsyncClient.getIndexerStatus
(String indexerName) Returns the current status and execution history of an indexer.Mono<com.azure.core.http.rest.Response<SearchIndexerStatus>>
SearchIndexerAsyncClient.getIndexerStatusWithResponse
(String indexerName) Returns the current status and execution history of an indexer.com.azure.core.http.rest.Response<SearchIndexerStatus>
SearchIndexerClient.getIndexerStatusWithResponse
(String indexerName, com.azure.core.util.Context context) Returns the current status and execution history of an indexer.