summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-03-29 12:21:56 +0200
committerJon Bratseth <bratseth@gmail.com>2022-03-29 12:21:56 +0200
commite69d6e8f3d8a6504135f6d2733a3a42f6a041ed4 (patch)
tree046483fb628977f62a66cb660d4a09fcd4302e0d /container-search/abi-spec.json
parent13100e8dcc72b7c879727e5d96e1fdfceb2d3bcc (diff)
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.
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json2
1 files changed, 2 insertions, 0 deletions
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)",