summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-09-08 16:20:47 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-09-08 16:20:47 +0200
commitcbf103929d33dc697cd5fac94adfba36ed501dc9 (patch)
treedeb10b43ce721d4e764a4392e0386ed2ddce1129 /container-search/abi-spec.json
parent4dd974027190e5f378556ebd4816fc1e7ebe7b21 (diff)
Synonym expansions
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 57d455a02f0..ffae12867fd 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -454,6 +454,7 @@
"public boolean isLocked()",
"public int getTermCount()",
"public java.util.Optional extractSingleChild()",
+ "public boolean acceptsItemsOfType(com.yahoo.prelude.query.Item$ItemType)",
"public bridge synthetic com.yahoo.prelude.query.Item clone()",
"public bridge synthetic java.lang.Object clone()"
],
@@ -509,6 +510,7 @@
"public com.yahoo.prelude.query.Item$ItemType getItemType()",
"public java.lang.String getName()",
"protected void adding(com.yahoo.prelude.query.Item)",
+ "public boolean acceptsItemsOfType(com.yahoo.prelude.query.Item$ItemType)",
"public static boolean acceptsChildrenOfType(com.yahoo.prelude.query.Item$ItemType)"
],
"fields" : [ ]
@@ -1109,6 +1111,7 @@
"public void setExplicit(boolean)",
"public boolean isExplicit()",
"public void addItem(com.yahoo.prelude.query.Item)",
+ "public boolean acceptsItemsOfType(com.yahoo.prelude.query.Item$ItemType)",
"public void addItem(int, com.yahoo.prelude.query.Item)",
"public com.yahoo.prelude.query.Item setItem(int, com.yahoo.prelude.query.Item)",
"public java.util.Optional extractSingleChild()",