You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by am...@apache.org on 2020/12/21 12:26:32 UTC

svn commit: r1884676 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md

Author: amrverma
Date: Mon Dec 21 12:26:31 2020
New Revision: 1884676

URL: http://svn.apache.org/viewvc?rev=1884676&view=rev
Log:
OAK-2977: Fast result size estimate: OSGi configuration
* Updating oak-doc

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md?rev=1884676&r1=1884675&r2=1884676&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md Mon Dec 21 12:26:31 2020
@@ -224,7 +224,7 @@ Example code to show how this work (wher
     QueryResult result = query.execute();
     long size = result.getRows().getSize();
 
-This is best configured via OSGi configuration (since Oak 1.6.x),
+This is best configured via OSGi configuration `fastQuerySize` of `org.apache.jackrabbit.oak.query.QueryEngineSettingsService` (since Oak 1.6.x),
 or as described in OAK-2977, since Oak 1.3.x:
 When using Apache Sling, add the following line to the file `conf/sling.properties`,
 and then restart the application: