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 2014/10/30 14:22:31 UTC

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

Author: thomasm
Date: Thu Oct 30 13:22:31 2014
New Revision: 1635491

URL: http://svn.apache.org/r1635491
Log:
OAK-2072 Lucene: inconsistent usage of the config option persistence

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

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md?rev=1635491&r1=1635490&r2=1635491&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md Thu Oct 30 13:22:31 2014
@@ -351,6 +351,11 @@ Example:
 
 __Note__ The Oak Lucene index will only index _Strings_ and _Binaries_ by default. If you need to add another data type, you need to add it to the  _includePropertyTypes_ setting, and don't forget to set the _reindex_ flag to true.
 
+To store the Lucene index in the file system, 
+in the Lucene index definition node, 
+set the property "persistence" to "file", and 
+set the property "path" to the directory where the index should be stored. 
+Then start reindexing by setting "reindex" to "true" (a boolean).
 
 ### The Solr Index