Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerStatus
Packages that use SearchIndexerStatus
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
-
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. -
Uses of SearchIndexerStatus in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchIndexerStatusModifier and TypeClassDescriptionfinal classRepresents the current status and execution history of an indexer.Methods in com.azure.search.documents.indexes.models that return SearchIndexerStatusModifier and TypeMethodDescriptionstatic SearchIndexerStatusSearchIndexerStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerStatus from the JsonReader.