Skip to content

push.scheduler.killed-percentage-for-reindex

Percentage of killed documents before Push re-indexes.

Key: push.scheduler.killed-percentage-for-reindex
Type: Double
Can be set in: collection.cfg

Description

The percentage of documents which must already be killed in a set of merging generations for the new generation to re-index the merged WARC file (rather than merging the indexes).

A lower value will result in more frequent re-indexing, producing improved ranking at the cost of more computation time per merge. A higher value reduces merge times at the cost of lower search quality, increased disk space usage and slower query processing times.

Default Value

By default, a Push collection will re-index when 50% of the documents have been killed.

push.scheduler.killed-percentage-for-reindex=50

Examples

To set a Push collection to re-index on every merge:

push.scheduler.killed-percentage-for-reindex=0

See Also

top

Funnelback logo
v15.24.0