aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2021-09-15 09:01:12 +0200
committerHarald Musum <musum@yahooinc.com>2021-09-15 09:01:12 +0200
commit839f636bd17ba8fabaac8635d7766092e13fc203 (patch)
treebee11bf43da9870262ee1859b949ce5786bfdd76 /flags
parent450695bece5e90021dd4eed4aa82b800ab088ab8 (diff)
GC unused flag and methods
largeRankExpressionLimit() can be used to control use of external rank expressions if needed
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java16
1 files changed, 1 insertions, 15 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 650dfb30950..1455b9bf710 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.flags;
import com.yahoo.component.Vtag;
@@ -208,20 +208,6 @@ public class Flags {
"Takes effect at redeploy",
ZONE_ID, APPLICATION_ID);
- public static final UnboundBooleanFlag USE_EXTERNAL_RANK_EXPRESSION = defineFeatureFlag(
- "use-external-rank-expression", true,
- List.of("baldersheim"), "2021-05-24", "2021-09-15",
- "Whether to use distributed external rank expression or inline in rankproperties",
- "Takes effect on next internal redeployment",
- APPLICATION_ID);
-
- public static final UnboundBooleanFlag DISTRIBUTE_EXTERNAL_RANK_EXPRESSION = defineFeatureFlag(
- "distribute-external-rank-expression", true,
- List.of("baldersheim"), "2021-05-27", "2021-09-15",
- "Whether to use distributed external rank expression files by filedistribution",
- "Takes effect on next internal redeployment",
- APPLICATION_ID);
-
public static final UnboundIntFlag LARGE_RANK_EXPRESSION_LIMIT = defineIntFlag(
"large-rank-expression-limit", 8192,
List.of("baldersheim"), "2021-06-09", "2021-09-15",