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.