summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-04 16:37:06 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-12-04 16:37:06 +0100
commit1de64cae5afdc988b7b869bb2c16ef9490d590eb (patch)
treee0f47cc367984531a4f05ce3ff151c92dcbc0a5d /flags
parent989b472666ae79b9d55adcec85833ab17b9dc942 (diff)
Control creation of temporary postinglist for non strict iterators with feature flag.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java7
1 files changed, 7 insertions, 0 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 fa7772d752a..6c2ebe277e2 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -324,6 +324,13 @@ public class Flags {
"Takes effect at redeployment",
INSTANCE_ID);
+ public static final UnboundBooleanFlag CREATE_POSTINGLIST_WHEN_NON_STRICT = defineFeatureFlag(
+ "create-postinglist-when-non-strict", true,
+ List.of("baldersheim"), "2023-12-04", "2024-01-31",
+ "If true posting list can be created on the fly also for non-strict iterators",
+ "Takes effect at redeployment",
+ INSTANCE_ID);
+
public static final UnboundBooleanFlag WRITE_CONFIG_SERVER_SESSION_DATA_AS_ONE_BLOB = defineFeatureFlag(
"write-config-server-session-data-as-blob", false,
List.of("hmusum"), "2023-07-19", "2024-02-01",