From 34848b841173803ffef0a92da466e58a1475954c Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Fri, 22 Apr 2022 17:01:42 +0200 Subject: New methods --- container-search/abi-spec.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ()", - "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" ] }, -- cgit v1.2.3