summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2022-01-20 13:12:15 +0100
committerGitHub <noreply@github.com>2022-01-20 13:12:15 +0100
commit922cee6433ae5c8faac902f5aabd4e61384cc31b (patch)
tree5e5b3198466fede98c7d9318e8c4836a1c497e72 /container-search/abi-spec.json
parent0f0ca92b1e9879cbf6fe3a8b081a94404ea6c5f0 (diff)
parent3c7a02e0ff3ab5f8ba03fd215da69659f4bb33d8 (diff)
Merge pull request #20866 from vespa-engine/bratseth/produce-all
Support producing all clauses in a referenced condition
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 776a0a29b7d..f2117764be1 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -503,7 +503,8 @@
"public void <init>(com.yahoo.prelude.query.Item, java.util.Collection)",
"public com.yahoo.prelude.query.Item$ItemType getItemType()",
"public java.lang.String getName()",
- "protected void adding(com.yahoo.prelude.query.Item)"
+ "protected void adding(com.yahoo.prelude.query.Item)",
+ "public static boolean acceptsChildrenOfType(com.yahoo.prelude.query.Item$ItemType)"
],
"fields": []
},
@@ -1594,6 +1595,7 @@
"public boolean hasItemClass(java.lang.Class)",
"public com.yahoo.prelude.query.Item createItemClass()",
"public java.lang.String toSign()",
+ "public com.yahoo.prelude.query.Item$ItemType toItemType()",
"public boolean equals(java.lang.Object)",
"public int hashCode()",
"public java.lang.String toString()"