summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-09-09 20:57:03 +0200
committerGitHub <noreply@github.com>2020-09-09 20:57:03 +0200
commit9cdaed573defaa78a8e5f4f3fcc58dba5c9a2e83 (patch)
treeec50056233cb03c8009efcf80b5e642034990da4 /flags
parent71051f2a92c3b79cc69b99e605bdd4b9b0e58fb8 (diff)
Revert "Remove phrase-segmenting feature flag"
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java6
1 files changed, 6 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 0da68f576b6..3e326871f7c 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -264,6 +264,12 @@ public class Flags {
"Whether to provision and use endpoint certs for apps in shared routing zones",
"Takes effect on next deployment of the application", APPLICATION_ID);
+ public static final UnboundBooleanFlag PHRASE_SEGMENTING = defineFeatureFlag(
+ "phrase-segmenting", false,
+ "Should 'implicit phrases' in queries we parsed to a phrase or and?",
+ "Takes effect on redeploy",
+ ZONE_ID, APPLICATION_ID);
+
public static final UnboundBooleanFlag NLB_PROXY_PROTOCOL = defineFeatureFlag(
"nlb-proxy-protocol", false,
"Configure NLB to use proxy protocol",