This is an automated email from the ASF dual-hosted git repository.

thomasm pushed a commit to branch OAK-10424-doc
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 71b4d5588a2e3ca49fe447903d53a88d043b2a5a
Author: Thomas Mueller <thom...@apache.org>
AuthorDate: Mon Jan 15 15:08:03 2024 +0100

    OAK-10424 Allow Fast Query Size and Insecure Facets to be selectively 
enabled with query options for permitted principals (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..e437c970aa 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, 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)

Reply via email to