summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-11-29 18:48:40 +0100
committerGitHub <noreply@github.com>2020-11-29 18:48:40 +0100
commit410688c3f0473a749c46046822eff4acff9b661b (patch)
treeefd8f987d749bd06b468aa959903b45d018c4500 /container-search/abi-spec.json
parent9e228790db5222124dd6a125a9937584bd1d4a4b (diff)
parent4f92f1591f6fe49b90a37f67dbbdd20a2034bb38 (diff)
Merge pull request #15522 from vespa-engine/bratseth/reject-tensor-attribute-searches
Reject queries searching tensor fields
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index cd3f011352d..49c8d6c82d6 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -7974,6 +7974,18 @@
],
"fields": []
},
+ "com.yahoo.search.searchers.QueryValidator": {
+ "superClass": "com.yahoo.search.Searcher",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>()",
+ "public com.yahoo.search.Result search(com.yahoo.search.Query, com.yahoo.search.searchchain.Execution)"
+ ],
+ "fields": []
+ },
"com.yahoo.search.searchers.RateLimitingSearcher": {
"superClass": "com.yahoo.search.Searcher",
"interfaces": [],