Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexingParameters

Package version

Represents parameters for indexer execution.

Hierarchy

  • IndexingParameters

Index

Properties

Optional batchSize

batchSize: undefined | number

The number of items that are read from the data source and indexed as a single batch in order to improve performance. The default depends on the data source type.

Optional configuration

Optional maxFailedItems

maxFailedItems: undefined | number

The maximum number of items that can fail indexing for indexer execution to still be considered successful. -1 means no limit. Default is 0. Default value: 0.

Optional maxFailedItemsPerBatch

maxFailedItemsPerBatch: undefined | number

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. Default is 0. Default value: 0.

Generated using TypeDoc