summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-25 13:25:30 +0200
committerjonmv <venstad@gmail.com>2022-10-26 12:07:18 +0200
commitf1f3dba5e56f7b0d074a5557fc8967e22a715b6e (patch)
treeda98c311e81797daf1cd3ba6500d36e988796e26 /container-search/abi-spec.json
parentb381a19dbcb4309c99310d3dc4a8c448e6a6daec (diff)
Update ABI spec
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json29
1 files changed, 21 insertions, 8 deletions
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",