aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-01-14 18:41:49 +0100
committerJon Bratseth <bratseth@gmail.com>2023-01-14 18:41:49 +0100
commit416f596b150ec159717bfd2f9b2ef70e4d4cd3dd (patch)
treefd78cf0541670dd50e2dc3256c5b9755ced8f73e /container-search/abi-spec.json
parenta289581cbf94ff6997356110b54bd6993e956b9e (diff)
Support direct tensor rendering
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json18
1 files changed, 11 insertions, 7 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index b70a88d09a0..a71082ecba3 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -899,19 +899,19 @@
],
"fields" : [ ]
},
- "com.yahoo.prelude.query.MultiRangeItem$Limit": {
- "superClass": "java.lang.Enum",
- "interfaces": [],
- "attributes": [
+ "com.yahoo.prelude.query.MultiRangeItem$Limit" : {
+ "superClass" : "java.lang.Enum",
+ "interfaces" : [ ],
+ "attributes" : [
"public",
"final",
"enum"
],
- "methods": [
+ "methods" : [
"public static com.yahoo.prelude.query.MultiRangeItem$Limit[] values()",
"public static com.yahoo.prelude.query.MultiRangeItem$Limit valueOf(java.lang.String)"
],
- "fields": [
+ "fields" : [
"public static final enum com.yahoo.prelude.query.MultiRangeItem$Limit INCLUSIVE",
"public static final enum com.yahoo.prelude.query.MultiRangeItem$Limit EXCLUSIVE"
]
@@ -5318,7 +5318,10 @@
"public void setSummaryFields(java.lang.String)",
"public boolean getTensorShortForm()",
"public void setTensorShortForm(java.lang.String)",
+ "public void setTensorFormat(java.lang.String)",
"public void setTensorShortForm(boolean)",
+ "public boolean getTensorDirectValues()",
+ "public void setTensorDirectValues(boolean)",
"public void prepare()",
"public boolean equals(java.lang.Object)",
"public int hashCode()"
@@ -7678,6 +7681,7 @@
"public com.yahoo.data.access.Inspector inspect()",
"public java.lang.String toJson()",
"public java.lang.String toJson(boolean)",
+ "public java.lang.String toJson(boolean, boolean)",
"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)",
@@ -8725,4 +8729,4 @@
],
"fields" : [ ]
}
-}
+} \ No newline at end of file