Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchIndexerLimits

Package version

Hierarchy

  • SearchIndexerLimits

Index

Properties

Optional maxDocumentContentCharactersToExtract

maxDocumentContentCharactersToExtract: undefined | number

The maximum number of characters that will be extracted from a document picked up for indexing. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maxDocumentExtractionSize

maxDocumentExtractionSize: undefined | number

The maximum size of a document, in bytes, which will be considered valid for indexing. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maxRunTime

maxRunTime: undefined | string

The maximum duration that the indexer is permitted to run for one execution. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc