Uses of Class
com.azure.search.documents.models.IndexingResult
Packages that use IndexingResult
Package
Description
Package containing the data models for SearchIndexClient.
Package containing options model classes used by Azure Search Documents.
-
Uses of IndexingResult in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return IndexingResultModifier and TypeMethodDescriptionstatic IndexingResultIndexingResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexingResult from the JsonReader.Methods in com.azure.search.documents.models that return types with arguments of type IndexingResultModifier and TypeMethodDescriptionIndexBatchException.getIndexingResults()Gets the indexing results returned by the service.IndexDocumentsResult.getResults()Get the results property: The list of status information for each document in the indexing request.Constructor parameters in com.azure.search.documents.models with type arguments of type IndexingResultModifierConstructorDescriptionIndexDocumentsResult(List<IndexingResult> results) Creates an instance of IndexDocumentsResult class. -
Uses of IndexingResult in com.azure.search.documents.options
Methods in com.azure.search.documents.options that return IndexingResultModifier and TypeMethodDescriptionOnActionErrorOptions.getIndexingResult()Gets the indexing result of the action.Methods in com.azure.search.documents.options with parameters of type IndexingResultModifier and TypeMethodDescriptionOnActionErrorOptions.setIndexingResult(IndexingResult indexingResult) Sets the indexing result of the action with a non-retryable status code.