aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-01-08 20:59:25 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-01-08 20:59:25 +0100
commitea50e8c6ffe6f30c1aa5f2dce2fe09d4bdd04568 (patch)
tree29d4129156f6357ae331a56476f64a6ca1837a41 /config-model/src/main/resources
parent93057cb2141dee8846c9304eb6a9aae2ba9c4dc0 (diff)
Support dispatch-policy='adaptive'
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/content.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index 15ebd03d9e2..8b3868c132e 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -79,7 +79,7 @@ ClusterControllerTuning = element cluster-controller {
DispatchTuning = element dispatch {
element max-hits-per-partition { xsd:nonNegativeInteger }? &
- element dispatch-policy { string "round-robin" | string "random" }? &
+ element dispatch-policy { string "round-robin" | string "adaptive" | string "random" }? &
element min-group-coverage { xsd:double }? &
element min-active-docs-coverage { xsd:double }? &
element use-local-node { string "true" | string "false" }?