Uses of Class
com.azure.search.documents.models.IndexBatchBase
Packages that use IndexBatchBase
Package
Description
Package containing the data models for SearchServiceClient.
Package containing the data models for SearchIndexClient.
-
Uses of IndexBatchBase in com.azure.search.documents.indexes.models
Subclasses of IndexBatchBase in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionclassContains a batch of document write actions to send to the index. -
Uses of IndexBatchBase in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return IndexBatchBaseModifier and TypeMethodDescriptionIndexBatchException.findFailedActionsToRetry(IndexBatchBase<SearchDocument> originalBatch, String keyFieldName) Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.<T> IndexBatchBase<T> IndexBatchException.findFailedActionsToRetry(IndexBatchBase<T> originBatch, Function<T, String> keySelector) Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.Methods in com.azure.search.documents.models with parameters of type IndexBatchBaseModifier and TypeMethodDescriptionIndexBatchException.findFailedActionsToRetry(IndexBatchBase<SearchDocument> originalBatch, String keyFieldName) Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.<T> IndexBatchBase<T> IndexBatchException.findFailedActionsToRetry(IndexBatchBase<T> originBatch, Function<T, String> keySelector) Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.