From f1f3dba5e56f7b0d074a5557fc8967e22a715b6e Mon Sep 17 00:00:00 2001 From: jonmv Date: Tue, 25 Oct 2022 13:25:30 +0200 Subject: Update ABI spec --- container-search/abi-spec.json | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'container-search/abi-spec.json') diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json index 9b80279fa29..34530788732 100644 --- a/container-search/abi-spec.json +++ b/container-search/abi-spec.json @@ -916,15 +916,28 @@ "public static final enum com.yahoo.prelude.query.MultiRangeItem$Limit EXCLUSIVE" ] }, - "com.yahoo.prelude.query.MultiRangeItem": { - "superClass": "com.yahoo.prelude.query.MultiTermItem", - "interfaces": [], - "attributes": [ + "com.yahoo.prelude.query.MultiRangeItem$NumberType" : { + "superClass" : "java.lang.Object", + "interfaces" : [ ], + "attributes" : [ "public" ], - "methods": [ - "public static com.yahoo.prelude.query.MultiRangeItem overRanges(java.lang.String, com.yahoo.prelude.query.MultiRangeItem$Limit, java.lang.String, com.yahoo.prelude.query.MultiRangeItem$Limit)", - "public static com.yahoo.prelude.query.MultiRangeItem overPoints(java.lang.String, com.yahoo.prelude.query.MultiRangeItem$Limit, com.yahoo.prelude.query.MultiRangeItem$Limit)", + "methods" : [ ], + "fields" : [ + "public static final com.yahoo.prelude.query.MultiRangeItem$NumberType INTEGER", + "public static final com.yahoo.prelude.query.MultiRangeItem$NumberType LONG", + "public static final com.yahoo.prelude.query.MultiRangeItem$NumberType DOUBLE" + ] + }, + "com.yahoo.prelude.query.MultiRangeItem" : { + "superClass" : "com.yahoo.prelude.query.MultiTermItem", + "interfaces" : [ ], + "attributes" : [ + "public" + ], + "methods" : [ + "public static com.yahoo.prelude.query.MultiRangeItem overRanges(com.yahoo.prelude.query.MultiRangeItem$NumberType, java.lang.String, com.yahoo.prelude.query.MultiRangeItem$Limit, java.lang.String, com.yahoo.prelude.query.MultiRangeItem$Limit)", + "public static com.yahoo.prelude.query.MultiRangeItem overPoints(com.yahoo.prelude.query.MultiRangeItem$NumberType, java.lang.String, com.yahoo.prelude.query.MultiRangeItem$Limit, com.yahoo.prelude.query.MultiRangeItem$Limit)", "public com.yahoo.prelude.query.MultiRangeItem addPoint(java.lang.Number)", "public com.yahoo.prelude.query.MultiRangeItem addRange(java.lang.Number, java.lang.Number)", "public void setIndexName(java.lang.String)", @@ -935,7 +948,7 @@ "public int hashCode()", "public bridge synthetic java.lang.Object clone()" ], - "fields": [] + "fields" : [ ] }, "com.yahoo.prelude.query.NearItem" : { "superClass" : "com.yahoo.prelude.query.CompositeItem", -- cgit v1.2.3