aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-10-01 09:31:30 +0200
committerJon Bratseth <bratseth@gmail.com>2020-10-01 09:31:30 +0200
commit6b6f226aa140dd51bc450bb838725fe91cfaead4 (patch)
treeb982aaba70cd26eb3e924a8e706afebd765500de /container-search
parented3eb5088d6c8d41e2d66eda363b357a53fac84b (diff)
Update ABI spec
Diffstat (limited to 'container-search')
-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 4f69f5a5b54..f8d5fb4e9a6 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5195,6 +5195,8 @@
"public void setFreshness(com.yahoo.prelude.Freshness)",
"public void setQueryCache(boolean)",
"public boolean getQueryCache()",
+ "public void setRerankCount(int)",
+ "public java.lang.Integer getRerankCount()",
"public com.yahoo.prelude.Location getLocation()",
"public void setLocation(com.yahoo.prelude.Location)",
"public void setLocation(java.lang.String)",
@@ -5225,6 +5227,7 @@
"public static final java.lang.String LIST_FEATURES",
"public static final java.lang.String FRESHNESS",
"public static final java.lang.String QUERYCACHE",
+ "public static final java.lang.String RERANKCOUNT",
"public static final java.lang.String MATCH_PHASE",
"public static final java.lang.String DIVERSITY",
"public static final java.lang.String SOFTTIMEOUT",