Skip to content

DocumentManager

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ implementationNoconstNo-Implementation
+ nameNostringNo-Name
- recheck_frequencyNointegerNo-Recheck Frequency
- loaderNoReference[DocumentLoader]No--
- concurrencyNointegerNo-Concurrency
- doc_processorNoReference[DocumentProcessor]No--

1. Property implementation

Title: Implementation

Typeconst
RequiredYes

Specific value: "DocumentManager"

2. Property name

Title: Name

Typestring
RequiredYes

Description: The name of the document manager (used to name database collections).

3. Property recheck_frequency

Title: Recheck Frequency

Typeinteger
RequiredNo
Default60

Description: The number of seconds between checks.

4. Property loader

TypeReference[DocumentLoader]
RequiredNo
Default{"implementation": "DocumentLoader"}

5. Property concurrency

Title: Concurrency

Typeinteger
RequiredNo
Default8

Description: The number of concurrent tasks to run.

6. Property doc_processor

TypeReference[DocumentProcessor]
RequiredNo
Default{"implementation": "DocumentProcessor"}