summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json19
1 files changed, 16 insertions, 3 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index abd3c376b19..2ab51f975a4 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -4754,8 +4754,7 @@
],
"methods": [
"public void <init>()",
- "public com.yahoo.search.Result search(com.yahoo.search.Query, com.yahoo.search.searchchain.Execution)",
- "public void flatten(com.yahoo.search.result.HitGroup, com.yahoo.search.Result)"
+ "public com.yahoo.search.Result search(com.yahoo.search.Query, com.yahoo.search.searchchain.Execution)"
],
"fields": []
},
@@ -7212,11 +7211,13 @@
],
"methods": [
"public void <init>()",
- "public java.lang.Object get(com.yahoo.processing.request.CompoundName, java.util.Map, com.yahoo.processing.request.Properties)"
+ "public java.lang.Object get(com.yahoo.processing.request.CompoundName, java.util.Map, com.yahoo.processing.request.Properties)",
+ "public static void requireNotPresentIn(java.util.Map)"
],
"fields": [
"public static final com.yahoo.processing.request.CompoundName MAX_OFFSET",
"public static final com.yahoo.processing.request.CompoundName MAX_HITS",
+ "public static final com.yahoo.processing.request.CompoundName MAX_QUERY_ITEMS",
"public static final com.yahoo.search.query.profile.types.QueryProfileType argumentType"
]
},
@@ -8852,6 +8853,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": [],