summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-04-22 17:32:10 +0200
committerGitHub <noreply@github.com>2022-04-22 17:32:10 +0200
commit2b0050d8edb0df787e8c0f605e30e6707d476f0c (patch)
treeaef819a695c0a8342dfaa02954c816c6eb32d6da /container-search/abi-spec.json
parent2d05e43f365a4e93ab33aaa80ea432d0b0192aef (diff)
parent34848b841173803ffef0a92da466e58a1475954c (diff)
Merge pull request #22226 from vespa-engine/bratseth/set-default-max-query-items
Set default max query items
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 3ad0f94511d..67bc553c478 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -6635,11 +6635,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"
]
},