summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2022-01-17 11:21:53 +0100
committerGitHub <noreply@github.com>2022-01-17 11:21:53 +0100
commite210c0f8ab9c2739dd545964b21a25ac7c1cbc8f (patch)
tree6a6cd1b1e7b55021d9838eb1b0e875042691d208 /container-search/abi-spec.json
parentaf0de1790ddcec36d90821fa2fa15d8364ac312e (diff)
parentf367dfb51f08b2bce4b1b4816bcf2fc3a9f0a0ec (diff)
Merge pull request #20241 from vespa-engine/olaa/add-query-item-limit
Add query item limit
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index b320a1090ae..776a0a29b7d 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5292,6 +5292,7 @@
"public boolean isEmpty()",
"public com.yahoo.prelude.query.Item and(com.yahoo.prelude.query.Item)",
"public static java.util.List getPositiveTerms(com.yahoo.prelude.query.Item)",
+ "public int treeSize()",
"public bridge synthetic com.yahoo.prelude.query.CompositeItem clone()",
"public bridge synthetic com.yahoo.prelude.query.Item clone()",
"public bridge synthetic java.lang.Object clone()"