Uses of Class
com.azure.search.documents.indexes.models.IndexingParameters
Packages that use IndexingParameters
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of IndexingParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexingParametersModifier and TypeMethodDescriptionSearchIndexer.getParameters()
Get the parameters property: Parameters for indexer execution.IndexingParameters.setBatchSize
(Integer batchSize) Set the batchSize property: The number of items that are read from the data source and indexed as a single batch in order to improve performance.IndexingParameters.setConfiguration
(Map<String, Object> configuration) Set the configuration property: A dictionary of indexer-specific configuration properties.IndexingParameters.setIndexingParametersConfiguration
(IndexingParametersConfiguration configuration) Set the configuration property: A dictionary of indexer-specific configuration properties.IndexingParameters.setMaxFailedItems
(Integer maxFailedItems) Set the maxFailedItems property: The maximum number of items that can fail indexing for indexer execution to still be considered successful.IndexingParameters.setMaxFailedItemsPerBatch
(Integer maxFailedItemsPerBatch) Set the maxFailedItemsPerBatch property: The maximum number of items in a single batch that can fail indexing for the batch to still be considered successful.Methods in com.azure.search.documents.indexes.models with parameters of type IndexingParametersModifier and TypeMethodDescriptionSearchIndexer.setParameters
(IndexingParameters parameters) Set the parameters property: Parameters for indexer execution.