summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-04-07 09:41:06 +0200
committerJon Bratseth <bratseth@gmail.com>2022-04-07 09:41:06 +0200
commit48c4eba6dbc2459aae6ca4a88a4bf691669fcc5f (patch)
tree7d58659916d87795fe5f3c69e6d096535ae5f1b6 /container-search/abi-spec.json
parent52286f5e1486eb20c2f49d37ceffb46b6121b045 (diff)
Add RankProfileInputProperties
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index dab61dfd46d..fafb79ae6f6 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5373,6 +5373,7 @@
"public"
],
"methods": [
+ "public static java.lang.String lookupRankProfileIn(java.util.Map)",
"public static com.yahoo.search.query.profile.types.QueryProfileType getArgumentType()",
"public void <init>(com.yahoo.search.Query)",
"public boolean hasRankProfile()",
@@ -6701,6 +6702,18 @@
],
"fields": []
},
+ "com.yahoo.search.query.properties.RankProfileInputProperties": {
+ "superClass": "com.yahoo.search.query.Properties",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(com.yahoo.search.Query)",
+ "public void requireSettable(com.yahoo.processing.request.CompoundName, java.lang.Object, java.util.Map)"
+ ],
+ "fields": []
+ },
"com.yahoo.search.query.properties.RequestContextProperties": {
"superClass": "com.yahoo.search.query.Properties",
"interfaces": [],