aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-10-21 13:06:18 +0000
committerArne H Juul <arnej@yahooinc.com>2021-10-21 14:21:27 +0000
commitd1fd3f5dd8b4f44c4e8a36390273205e79f8728c (patch)
tree5c47a9488e48a4978aa9654ed27eb76cfa62ce6a /container-search/abi-spec.json
parent9abe019606f2367b05e4e13d796de65dddf7c449 (diff)
add TrueItem
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index fc642ca7b22..d191659f085 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -1605,6 +1605,24 @@
],
"fields": []
},
+ "com.yahoo.prelude.query.TrueItem": {
+ "superClass": "com.yahoo.prelude.query.Item",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>()",
+ "public void setIndexName(java.lang.String)",
+ "public com.yahoo.prelude.query.Item$ItemType getItemType()",
+ "public java.lang.String getName()",
+ "protected void appendHeadingString(java.lang.StringBuilder)",
+ "public int encode(java.nio.ByteBuffer)",
+ "public int getTermCount()",
+ "protected void appendBodyString(java.lang.StringBuilder)"
+ ],
+ "fields": []
+ },
"com.yahoo.prelude.query.UriItem": {
"superClass": "com.yahoo.prelude.query.PhraseItem",
"interfaces": [],