Uses of Class
com.azure.search.documents.indexes.models.IndexingParameters
Packages that use IndexingParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexingParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexingParametersModifier and TypeMethodDescriptionstatic IndexingParametersIndexingParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexingParameters from the JsonReader.SearchIndexer.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. -1 means no limit.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. -1 means no limit.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.