This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch DetailedGC/OAK-10199 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit e5c4d220b88cce64ce673edd2d51b406218d1598 Author: Thomas Mueller <[email protected]> AuthorDate: Wed Jan 17 14:50:33 2024 +0100 OAK-10424 Allow Fast Query Size and Insecure Facets (documentation) (#1269) * OAK-10424 Allow Fast Query Size and Insecure Facets (documentation) --- oak-doc/src/site/markdown/query/query-engine.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oak-doc/src/site/markdown/query/query-engine.md b/oak-doc/src/site/markdown/query/query-engine.md index 2dad950ff4..c080a54640 100644 --- a/oak-doc/src/site/markdown/query/query-engine.md +++ b/oak-doc/src/site/markdown/query/query-engine.md @@ -299,6 +299,8 @@ and then restart the application: oak.query.fastResultSize=true +With OAK-10424 (since Oak 1.62), it is possible to configure a list of principals that have fast result size enabled for every query, using the OSGi configuration "SessionQuerySettingsProvider" / "directCountsPrincipals". + #### Quoting [Special characters in queries need to be escaped.](https://jackrabbit.apache.org/archive/wiki/JCR/EncodingAndEscaping_115513396.html)
