SearchIndexerLimits interface
Represents the limits that can be applied to an indexer.
Properties
| max |
The maximum number of characters that will be extracted from a document picked up for indexing. |
| max |
The maximum size of a document, in bytes, which will be considered valid for indexing. |
| max |
The maximum duration that the indexer is permitted to run for one execution. |
Property Details
maxDocumentContentCharactersToExtract
The maximum number of characters that will be extracted from a document picked up for indexing.
maxDocumentContentCharactersToExtract?: number
Property Value
number
maxDocumentExtractionSize
The maximum size of a document, in bytes, which will be considered valid for indexing.
maxDocumentExtractionSize?: number
Property Value
number
maxRunTime
The maximum duration that the indexer is permitted to run for one execution.
maxRunTime?: string
Property Value
string