summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 34530788732..b70a88d09a0 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -2036,6 +2036,7 @@
"public com.yahoo.search.query.Model getModel()",
"public com.yahoo.search.query.Trace getTrace()",
"public com.yahoo.container.jdisc.HttpRequest getHttpRequest()",
+ "public java.net.URI getUri()",
"public com.yahoo.search.query.SessionId getSessionId()",
"public com.yahoo.search.query.SessionId getSessionId(java.lang.String)",
"public void prepare()",
@@ -5401,6 +5402,8 @@
"public boolean getQueryCache()",
"public void setRerankCount(int)",
"public java.lang.Integer getRerankCount()",
+ "public void setKeepRankCount(int)",
+ "public java.lang.Integer getKeepRankCount()",
"public com.yahoo.prelude.Location getLocation()",
"public void setLocation(com.yahoo.prelude.Location)",
"public void setLocation(java.lang.String)",
@@ -5435,6 +5438,7 @@
"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 KEEPRANKCOUNT",
"public static final java.lang.String MATCH_PHASE",
"public static final java.lang.String DIVERSITY",
"public static final java.lang.String SOFTTIMEOUT",