Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerError
Packages that use SearchIndexerError
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerError in com.azure.search.documents.indexes.models
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.