summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-04-29 12:51:12 +0000
committerGeir Storli <geirst@yahooinc.com>2022-04-29 12:51:12 +0000
commitfb058fff6e52e2bedcee66fd92349a60749bde4b (patch)
tree0c3c9db9b4a191783fc29892b51e92b2b0aceb98 /container-search/abi-spec.json
parent4541333bede340aa23572ec2b626fc0d14df7edd (diff)
Add support for approximate nearest neighbor threshold settings in Query API.
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index b4c4537a708..54a3b3a0f36 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -6851,18 +6851,22 @@
"methods": [
"public void <init>()",
"public static com.yahoo.search.query.profile.types.QueryProfileType getArgumentType()",
+ "public java.lang.Double getTermwiseLimit()",
+ "public java.lang.Integer getNumThreadsPerSearch()",
"public java.lang.Integer getNumSearchPartitions()",
- "public void setNumSearchPartitions(int)",
"public java.lang.Integer getMinHitsPerThread()",
- "public void setMinHitsPerThread(int)",
+ "public java.lang.Double getPostFilterThreshold()",
+ "public java.lang.Double getApproximateThreshold()",
"public void setTermwiselimit(double)",
- "public java.lang.Double getTermwiseLimit()",
"public void setNumThreadsPerSearch(int)",
- "public java.lang.Integer getNumThreadsPerSearch()",
+ "public void setNumSearchPartitions(int)",
+ "public void setMinHitsPerThread(int)",
+ "public void setPostFilterThreshold(double)",
+ "public void setApproximateThreshold(double)",
"public void prepare(com.yahoo.search.query.ranking.RankProperties)",
"public com.yahoo.search.query.ranking.Matching clone()",
- "public int hashCode()",
"public boolean equals(java.lang.Object)",
+ "public int hashCode()",
"public bridge synthetic java.lang.Object clone()"
],
"fields": [
@@ -6870,6 +6874,8 @@
"public static final java.lang.String NUMTHREADSPERSEARCH",
"public static final java.lang.String NUMSEARCHPARTITIIONS",
"public static final java.lang.String MINHITSPERTHREAD",
+ "public static final java.lang.String POST_FILTER_THRESHOLD",
+ "public static final java.lang.String APPROXIMATE_THRESHOLD",
"public java.lang.Double termwiseLimit"
]
},