aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-18 21:48:58 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-12-18 21:48:58 +0100
commitab99ab72f238e3dcfac0176258b63612ca5f4b92 (patch)
tree126d2781d809348bee9cd6137abc506b7ea5d7fe
parent16f5afc634cb71dd42b14b2c02487d15609490ed (diff)
Update the default for the use-xxx-fetch-postings after completed test cycle.
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java4
1 files changed, 2 insertions, 2 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 48c50a5bfdd..e5227a86cfb 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -340,14 +340,14 @@ public class Flags {
INSTANCE_ID);
public static final UnboundBooleanFlag USE_ESTIMATE_FOR_FETCH_POSTINGS = defineFeatureFlag(
- "use-estimate-for-fetch-postings", false,
+ "use-estimate-for-fetch-postings", true,
List.of("baldersheim"), "2023-12-06", "2024-01-31",
"If true an estimate assuming uncorrelated query terms is used in Blueprint::fetchPostings",
"Takes effect at redeployment",
INSTANCE_ID);
public static final UnboundBooleanFlag USE_THREAD_BUNDLE_FOR_FETCH_POSTINGS = defineFeatureFlag(
- "use-thread-bundle-for-fetch-postings", false,
+ "use-thread-bundle-for-fetch-postings", true,
List.of("baldersheim"), "2023-12-06", "2024-01-31",
"If true the query thread bundle is used for Blueprint::fetchPostings",
"Takes effect at redeployment",