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 2017/07/03 05:02:45 UTC

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

Author: chetanm
Date: Mon Jul  3 05:02:45 2017
New Revision: 1800588

URL: http://svn.apache.org/viewvc?rev=1800588&view=rev
Log:
Update docs related to indexPath support

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

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md?rev=1800588&r1=1800587&r2=1800588&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md Mon Jul  3 05:02:45 2017
@@ -1041,11 +1041,13 @@ provide better performance and hence fas
 
 **indexPath**
 
+_Not required from Oak 1.6 , 1.4.7+_ 
+
 To speed up the indexing with CopyOnWrite you would also need to set `indexPath`
 in index definition to the path of index in the repository. For e.g. if your
 index is defined at `/oak:index/lucene` then value of `indexPath` should be set 
 to `/oak:index/lucene`. This would enable the indexer to perform any read 
-during the indexing process locally and thus avoid costly read from remote
+during the indexing process locally and thus avoid costly read from remote.
 
 For more details refer to [OAK-2247][OAK-2247]. This feature can be enabled via
 [Lucene Index provider service configuration](#osgi-config)