Author: chetanm
Date: Wed Jul 8 10:01:36 2015
New Revision: 1689830
URL: http://svn.apache.org/r1689830
Log:
OAK-3068 - Lucene IndexCopier improved logs around the CopyOnRead feature
Update docs
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=1689830&r1=1689829&r2=1689830&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 Wed Jul 8
10:01:36 2015
@@ -611,6 +611,11 @@ localIndexDir
: Directory to be used for when copy index files to local file system. To be
specified when `enableCopyOnReadSupport` is enabled
+prefetchIndexFiles
+: Prefetch the index files when CopyOnRead is enabled. When enabled all new
Lucene
+index files would be copied locally before the index is made available to
+QueryEngine (1.0.17,1.2.3)
+
debug
: Boolean value. Defaults to `false`
: If enabled then Lucene logging would be integrated with Slf4j