summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorArne Juul <root@screwdriver.com>2023-10-12 06:21:47 +0000
committerArne Juul <root@screwdriver.com>2023-10-12 11:58:33 +0000
commit64f510470e9cb1484cadfc5731266782d02f7191 (patch)
treee27d25141cc3055c0f504532dd8ae131cca410a2 /container-search/abi-spec.json
parent4d4fa30cdb221decb7c1462f31635046748c50b2 (diff)
add "ranking.globalPhase.rerankCount" as a query property
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index ffae12867fd..db5c52267aa 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5434,6 +5434,7 @@
"public void setListFeatures(boolean)",
"public boolean getListFeatures()",
"public com.yahoo.search.query.ranking.MatchPhase getMatchPhase()",
+ "public com.yahoo.search.query.ranking.GlobalPhase getGlobalPhase()",
"public com.yahoo.search.query.ranking.Matching getMatching()",
"public com.yahoo.search.query.ranking.SoftTimeout getSoftTimeout()",
"public com.yahoo.search.query.Sorting getSorting()",
@@ -5461,6 +5462,7 @@
"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 GLOBAL_PHASE",
"public static final java.lang.String DIVERSITY",
"public static final java.lang.String SOFTTIMEOUT",
"public static final java.lang.String MATCHING",
@@ -6934,6 +6936,26 @@
"public static final java.lang.String STRATEGY"
]
},
+ "com.yahoo.search.query.ranking.GlobalPhase" : {
+ "superClass" : "java.lang.Object",
+ "interfaces" : [
+ "java.lang.Cloneable"
+ ],
+ "attributes" : [
+ "public"
+ ],
+ "methods" : [
+ "public void <init>()",
+ "public static com.yahoo.search.query.profile.types.QueryProfileType getArgumentType()",
+ "public void setRerankCount(int)",
+ "public java.lang.Integer getRerankCount()",
+ "public int hashCode()",
+ "public boolean equals(java.lang.Object)",
+ "public com.yahoo.search.query.ranking.GlobalPhase clone()",
+ "public bridge synthetic java.lang.Object clone()"
+ ],
+ "fields" : [ ]
+ },
"com.yahoo.search.query.ranking.MatchPhase" : {
"superClass" : "java.lang.Object",
"interfaces" : [