summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-01 15:16:02 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:24 +0200
commit39b6233829c38bfe269010b5fd7985e298fbef2f (patch)
treebb2463fc4d6af687fc047e4e830524a1684cd23d /config-model/src/main/resources
parentde94e90ad818430310482bf02024e7b54e7e4e8a (diff)
Remove on Vespa 8
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/content.rnc6
1 files changed, 2 insertions, 4 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index 8dd5f5c042f..67cd1d90e88 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -82,11 +82,9 @@ ClusterControllerTuning = element cluster-controller {
DispatchTuning = element dispatch {
element max-hits-per-partition { xsd:nonNegativeInteger }? &
- element dispatch-policy { string "round-robin" | string "adaptive" | string "random" }? &
- element min-group-coverage { xsd:double }? & # TODO: Ignored, remove on Vespa 8
+ element dispatch-policy { string "round-robin" | string "adaptive" }? &
element min-active-docs-coverage { xsd:double }? &
- element top-k-probability { xsd:double }? &
- element use-local-node { string "true" | string "false" }? # TODO: Ignored, remove on Vespa 8
+ element top-k-probability { xsd:double }?
}
ClusterTuning = element tuning {