summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-05-26 11:47:09 +0200
committerGitHub <noreply@github.com>2020-05-26 11:47:09 +0200
commit1798dccc4ee472a4e4ba9d25c61e62fc0cbbed54 (patch)
tree1fe32e4c700d06f541c19e5b2cb6413e415227a9 /flags
parent7ea778385b9d971cea2bf7537fb1d646373c6170 (diff)
parent09556b0ee220c786271509833f2dc7e19fe9852e (diff)
Merge pull request #13313 from vespa-engine/balder/topk-probability-four-nines
Balder/topk probability four nines
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index c328b5ae151..4e9c10417d4 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -149,11 +149,6 @@ public class Flags {
"Default multiplication factor when computing queuesize for burst handling",
"Takes effect at redeployment",
ZONE_ID, APPLICATION_ID);
- public static final UnboundDoubleFlag DEFAULT_TOP_K_PROBABILITY = defineDoubleFlag(
- "default-top-k-probability", 1.0,
- "Default probability that you will get the globally top K documents when merging many partitions.",
- "Takes effect at redeployment",
- ZONE_ID, APPLICATION_ID);
public static final UnboundBooleanFlag USE_DISTRIBUTOR_BTREE_DB = defineFeatureFlag(
"use-distributor-btree-db", false,