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 th...@apache.org on 2015/08/06 08:16:22 UTC

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

Author: thomasm
Date: Thu Aug  6 06:16:22 2015
New Revision: 1694407

URL: http://svn.apache.org/r1694407
Log:
OAK-301 Document Oak

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

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md?rev=1694407&r1=1694406&r2=1694407&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md Thu Aug  6 06:16:22 2015
@@ -282,7 +282,8 @@ Optionally you can specify:
 * `entryCount` (Long): the estimated number of path entries in the index, 
   to override the cost estimation (a high entry count means a high cost).
 * `keyCount` (Long), the estimated number of keys in the index,
-  to override the cost estimation (a high key count means a lower cost,
+  to override the cost estimation (a high key count means a lower cost and
+  a low key count means a high cost
   when searching for specific keys; has no effect when searching for "is not null").
 * `reindex` (Boolean): if set to `true`, the full content is re-indexed.
   This can take a long time, and is run synchronously with storing the index