summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-04-18 11:47:36 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-04-18 11:47:36 +0200
commitddee8ec7eb9c4a3c7374bf6bb42da23034ae4479 (patch)
tree0d04abf28f2fe78d0bf66a446b250283cd13b2e7 /container-search/abi-spec.json
parentf871ed1ecec477f016168293cddb59edf4b2b1a7 (diff)
Consolidate rendering of raw data by using the same representation as in normal hits by using RawBase64.
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 50aba749570..fbcf84f5b5d 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -210,8 +210,11 @@
"methods" : [
"public void <init>(byte[])",
"public void <init>(byte[], boolean)",
+ "public byte[] value()",
"public int compareTo(com.yahoo.prelude.hitfield.RawBase64)",
"public java.lang.String toString()",
+ "public boolean equals(java.lang.Object)",
+ "public int hashCode()",
"public bridge synthetic int compareTo(java.lang.Object)"
],
"fields" : [ ]