summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@verizonmedia.com>2021-11-26 12:11:29 +0100
committerOla Aunrønning <olaa@verizonmedia.com>2021-11-26 12:11:29 +0100
commit20f3d55bd2e1d89e75a8cae54ffed165273dcd98 (patch)
treee13084061721bd5719c22eab5a8bbee49ed660f1 /container-search/abi-spec.json
parent2d43a0b587be09a6184ca5f978e4fa985c4bb617 (diff)
Enforces limit of query tree size if configured
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 183bb33b4f4..40783c3ce27 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5285,6 +5285,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 getTreeSize()",
"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()"