summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-10-20 06:48:02 +0000
committerArne H Juul <arnej@yahooinc.com>2021-10-20 08:36:29 +0000
commitb97af928c1f7b97667d35ebd41b1bce2a8e0737d (patch)
treeab015e11bc605dc9f93f63bcf28814026dd35cd4 /container-search/abi-spec.json
parent9e6e4ae525f426ad07c74f9cd6286001d79a9c34 (diff)
simplify FalseItem
* now has its own Item enumeration value * is not a term
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 2108a5c7aa2..fc642ca7b22 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -736,6 +736,8 @@
"public static final enum com.yahoo.prelude.query.Item$ItemType WORD_ALTERNATIVES",
"public static final enum com.yahoo.prelude.query.Item$ItemType NEAREST_NEIGHBOR",
"public static final enum com.yahoo.prelude.query.Item$ItemType GEO_LOCATION_TERM",
+ "public static final enum com.yahoo.prelude.query.Item$ItemType TRUE",
+ "public static final enum com.yahoo.prelude.query.Item$ItemType FALSE",
"public final int code"
]
},