summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorAlexey Chernyshev <aleksei@spotify.com>2022-04-22 15:06:31 +0200
committerAlexey Chernyshev <aleksei@spotify.com>2022-04-22 15:08:00 +0200
commit51938ec3ce101027d14b732ef44b8ac69951a800 (patch)
treed16df769c9da0c6a6140b7e1211b8fb552719bec /container-search/abi-spec.json
parent5e77ba78f83c8f9132f604614b5d7b1714f867a7 (diff)
Validating fuzzy query
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 4dcc56ed2d8..3ad0f94511d 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -8268,6 +8268,18 @@
"public static final com.yahoo.processing.request.CompoundName dryRunKey"
]
},
+ "com.yahoo.search.searchers.ValidateFuzzySearcher": {
+ "superClass": "com.yahoo.search.Searcher",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(com.yahoo.vespa.config.search.AttributesConfig)",
+ "public com.yahoo.search.Result search(com.yahoo.search.Query, com.yahoo.search.searchchain.Execution)"
+ ],
+ "fields": []
+ },
"com.yahoo.search.searchers.ValidateMatchPhaseSearcher": {
"superClass": "com.yahoo.search.Searcher",
"interfaces": [],