summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-06-15 19:07:55 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-06-15 19:07:55 +0200
commit51e46a95176c1e24f878a8bee874818c390c0652 (patch)
tree410fdf633ef4b84ebfec7525b38886116408bc7f /container-search/abi-spec.json
parent1b2c6aa193483f9a7eaaf17a5a82037b93bd1749 (diff)
Decode tensor summary features
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 38ce2aa2cf2..61338ed3b3a 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -7147,7 +7147,10 @@
"public com.yahoo.data.access.Inspector inspect()",
"public java.lang.String toString()",
"public java.lang.String toJson()",
- "public java.lang.StringBuilder writeJson(java.lang.StringBuilder)"
+ "public java.lang.StringBuilder writeJson(java.lang.StringBuilder)",
+ "public java.lang.Double getDouble(java.lang.String)",
+ "public com.yahoo.tensor.Tensor getTensor(java.lang.String)",
+ "public java.util.Set featureNames()"
],
"fields": []
},