aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-15 10:15:25 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-15 10:16:09 +0000
commit712ad877d53849772f29b6962a5cb261131e3668 (patch)
tree3fe727339d5f94a9a0295865db983282402b255b /config-model/src/main/resources
parent1ee3a5aa8d674b1456b684c583a96092be91a344 (diff)
Introduce top-k-probability and use it to fetch correct proper amount of hits from each partition
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/content.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index b1821680b14..481d82ebb4b 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -85,6 +85,7 @@ DispatchTuning = element dispatch {
element dispatch-policy { string "round-robin" | string "adaptive" | string "random" }? &
element min-group-coverage { xsd:double }? &
element min-active-docs-coverage { xsd:double }? &
+ element top-k-probability { xsd:double }? &
element use-local-node { string "true" | string "false" }?
}