filter.document_fixer.timeout_ms

Background

This parameter limits the maximum amount of time the document title fixer filter may spend on a single document.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the filter.document_fixer.timeout_ms key, and set the value. This can be set to any valid Integer value.

Default value

filter.document_fixer.timeout_ms=5000

Examples

To allow some additional time for very large/complex documents:

filter.document_fixer.timeout_ms=10000