summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-06-23 16:07:21 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-06-23 16:07:21 +0200
commit2411fd83378f61b61db500497fae953f74bdb926 (patch)
tree65d7184bf26a5c4f4e485190967ac1809bcf1904 /container-search/abi-spec.json
parentf70286142349f0d606b6462592a5048551e2f2f5 (diff)
Add support for controlling rank-score-drop-limit from container query time.
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index e439f7905cc..c41c1c79149 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5414,6 +5414,8 @@
"public java.lang.Integer getRerankCount()",
"public void setKeepRankCount(int)",
"public java.lang.Integer getKeepRankCount()",
+ "public void setRankScoreDropLimit(double)",
+ "public java.lang.Double getRankScoreDropLimit()",
"public com.yahoo.prelude.Location getLocation()",
"public void setLocation(com.yahoo.prelude.Location)",
"public void setLocation(java.lang.String)",
@@ -5449,6 +5451,7 @@
"public static final java.lang.String QUERYCACHE",
"public static final java.lang.String RERANKCOUNT",
"public static final java.lang.String KEEPRANKCOUNT",
+ "public static final java.lang.String RANKSCOREDROPLIMIT",
"public static final java.lang.String MATCH_PHASE",
"public static final java.lang.String DIVERSITY",
"public static final java.lang.String SOFTTIMEOUT",