summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/reindexing.def
blob: e020aec3f651f63e81dc1ec4ac6eb34ce65b2298 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.310 is gone
# The name of the content cluster to reindex documents from
clusterName            string default=""

# TODO jonmv: remove after 7.310 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