summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-09-09 21:03:13 +0200
committerGitHub <noreply@github.com>2020-09-09 21:03:13 +0200
commit83f2d988622aec6348588fe288a117144477d74b (patch)
tree62fe2032fd718d2f61144badd7aba744b122fbd5 /flags
parent3bbf27bf9d235bbaf01165afcb9e175c2bbaaa89 (diff)
Revert "Revert "Remove phrase-segmenting feature flag" MERGEOK"
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java6
1 files changed, 0 insertions, 6 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 3e326871f7c..0da68f576b6 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -264,12 +264,6 @@ 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",