summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-07-08 06:18:16 +0000
committerArne Juul <arnej@verizonmedia.com>2020-07-15 15:39:19 +0000
commit911f614fbab51de142cbea19f2c1aed9160c132d (patch)
treeda7534ce0c4f1af828b5d63772bbc253135a713e /container-search/abi-spec.json
parent570ede74b98309d245d960592acf69185f11749f (diff)
minimal YQL support
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 8728e525f88..98cc7c5165d 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -527,6 +527,30 @@
],
"fields": []
},
+ "com.yahoo.prelude.query.GeoLocationItem": {
+ "superClass": "com.yahoo.prelude.query.TermItem",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(com.yahoo.prelude.Location)",
+ "public void <init>(com.yahoo.prelude.Location, java.lang.String)",
+ "public java.lang.String getRawWord()",
+ "public com.yahoo.prelude.query.Item$ItemType getItemType()",
+ "public java.lang.String getName()",
+ "public java.lang.String stringValue()",
+ "public void setValue(java.lang.String)",
+ "public int hashCode()",
+ "public boolean equals(java.lang.Object)",
+ "public java.lang.String getIndexedString()",
+ "protected void encodeThis(java.nio.ByteBuffer)",
+ "public int getNumWords()",
+ "public boolean isStemmed()",
+ "public boolean isWords()"
+ ],
+ "fields": []
+ },
"com.yahoo.prelude.query.HasIndexItem": {
"superClass": "java.lang.Object",
"interfaces": [],
@@ -805,30 +829,6 @@
"public static final com.yahoo.prelude.query.Limit POSITIVE_INFINITY"
]
},
- "com.yahoo.prelude.query.LocationItem": {
- "superClass": "com.yahoo.prelude.query.TermItem",
- "interfaces": [],
- "attributes": [
- "public"
- ],
- "methods": [
- "public void <init>(com.yahoo.prelude.Location)",
- "public void <init>(com.yahoo.prelude.Location, java.lang.String)",
- "public java.lang.String getRawWord()",
- "public com.yahoo.prelude.query.Item$ItemType getItemType()",
- "public java.lang.String getName()",
- "public java.lang.String stringValue()",
- "public void setValue(java.lang.String)",
- "public int hashCode()",
- "public boolean equals(java.lang.Object)",
- "public java.lang.String getIndexedString()",
- "protected void encodeThis(java.nio.ByteBuffer)",
- "public int getNumWords()",
- "public boolean isStemmed()",
- "public boolean isWords()"
- ],
- "fields": []
- },
"com.yahoo.prelude.query.MarkerWordItem": {
"superClass": "com.yahoo.prelude.query.WordItem",
"interfaces": [],