From e69d6e8f3d8a6504135f6d2733a3a42f6a041ed4 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Tue, 29 Mar 2022 12:21:56 +0200 Subject: Validate query feature tensor types - Validate tensor feature types when a tensor is set programmatically. - Add a toShortString for messages containing tensors. - Consistent and nicer spacing in tensor string forms. --- container-search/abi-spec.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'container-search/abi-spec.json') diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json index b1b80eac3a4..4b2c81e9943 100644 --- a/container-search/abi-spec.json +++ b/container-search/abi-spec.json @@ -5325,6 +5325,7 @@ "public com.yahoo.search.query.Properties clone()", "public com.yahoo.search.Query getParentQuery()", "public void setParentQuery(com.yahoo.search.Query)", + "public void requireSettable(com.yahoo.processing.request.CompoundName, java.lang.Object, java.util.Map)", "public bridge synthetic com.yahoo.processing.request.Properties clone()", "public bridge synthetic com.yahoo.processing.request.Properties chained()", "public bridge synthetic java.lang.Object clone()" @@ -6030,6 +6031,7 @@ "public com.yahoo.search.query.profile.compiled.CompiledQueryProfile getQueryProfile()", "public java.lang.Object get(com.yahoo.processing.request.CompoundName, java.util.Map, com.yahoo.processing.request.Properties)", "public void set(com.yahoo.processing.request.CompoundName, java.lang.Object, java.util.Map)", + "public void requireSettable(com.yahoo.processing.request.CompoundName, java.lang.Object, java.util.Map)", "public void clearAll(com.yahoo.processing.request.CompoundName, java.util.Map)", "public java.util.Map listProperties(com.yahoo.processing.request.CompoundName, java.util.Map, com.yahoo.processing.request.Properties)", "public boolean isComplete(java.lang.StringBuilder, java.util.Map)", -- cgit v1.2.3