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 ch...@apache.org on 2015/09/03 13:36:30 UTC

svn commit: r1700994 - /jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt

Author: chetanm
Date: Thu Sep  3 11:36:29 2015
New Revision: 1700994

URL: http://svn.apache.org/r1700994
Log:
OAK-1752 - Node name queries should use an index

Update release notes

Modified:
    jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt

Modified: jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt?rev=1700994&r1=1700993&r2=1700994&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Thu Sep  3 11:36:29 2015
@@ -30,6 +30,11 @@ for the DocumentStore implementation doe
 In this case it is required to create the table for the RDB backend or 
 collection for MongoDB manually before Oak is upgraded to 1.0.20.
 See https://issues.apache.org/jira/browse/OAK-2829 for more details.
+
+Node name index support (OAK-1752) - With this queries involving
+node name constraint can make use of index and perform better. Refer to
+http://jackrabbit.apache.org/oak/docs/query/lucene.html#index-node-name
+for usage details.
  
 
 Sub-task