Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerError
Packages that use SearchIndexerError
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerError in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerErrorModifier and TypeMethodDescriptionstatic SearchIndexerErrorSearchIndexerError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerError from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SearchIndexerErrorModifier and TypeMethodDescriptionIndexerExecutionResult.getErrors()Get the errors property: The item-level indexing errors.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexerErrorModifierConstructorDescriptionIndexerExecutionResult(IndexerExecutionStatus status, List<SearchIndexerError> errors, List<SearchIndexerWarning> warnings, int itemCount, int failedItemCount) Creates an instance of IndexerExecutionResult class.