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/03/11 09:21:57 UTC

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

Author: thomasm
Date: Wed Mar 11 08:21:56 2015
New Revision: 1665789

URL: http://svn.apache.org/r1665789
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=1665789&r1=1665788&r2=1665789&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 Wed Mar 11 08:21:56 2015
@@ -26,6 +26,12 @@ Query Indices are defined under the `oak
 
 ### Compatibility
 
+#### Result Size
+
+For NodeIterator.getSize(), some versions of Jackrabbit 2.x returned the estimated (raw)
+Lucene result set size, including nodes that are not accessible. 
+Oak does not do this; it either returns the correct result size, or -1.
+
 #### Quoting
 
 The query parser is now generally more strict about invalid syntax.