summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-04-22 17:01:42 +0200
committerJon Bratseth <bratseth@gmail.com>2022-04-22 17:01:42 +0200
commit34848b841173803ffef0a92da466e58a1475954c (patch)
tree9d58f2723d7a85977137f0a2b11a9b0c21d688f4
parentffbda9a233ba60be012fc813dd4b11264141b8f8 (diff)
New methods
-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 4dcc56ed2d8..583d5a79f37 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"
]
},