aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/reindexing.def
blob: 93dc767fed04e66519c66c4fb0aa6fd5d07a2524 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2020 Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Reindexing status per document type, for a Vespa application

namespace=vespa.config.content.reindexing

# Whether reindexing should run at all
enabled                bool default=false

# TODO jonmv: remove after 7.324 is gone
# The name of the content cluster to reindex documents from
clusterName            string default=""

# TODO jonmv: remove after 7.324 is gone
# Epoch millis after which latest reprocessing may begin, per document type
status{}.readyAtMillis long

# Epoch millis after which latest reprocessing may begin, per document type, per cluster
clusters{}.documentTypes{}.readyAtMillis long

# Window size increment used for the dynamic throttling policy of the reindexing visitor session
windowSizeIncrement    double default=0.2