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/07/15 08:39:58 UTC

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

Author: chetanm
Date: Wed Jul 15 06:39:57 2015
New Revision: 1691131

URL: http://svn.apache.org/r1691131
Log:
OAK-2892 - Speed up lucene indexing post migration by pre extracting the text content from binaries

Update readme

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=1691131&r1=1691130&r2=1691131&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Wed Jul 15 06:39:57 2015
@@ -15,16 +15,11 @@ stable and targeted for production use.
 The Oak effort is a part of the Apache Jackrabbit project.
 Apache Jackrabbit is a project of the Apache Software Foundation.
 
-New configuration options since Oak 1.0.17
+New configuration options in Oak 1.0.18
 ------------------------------------------
 
-LuceneIndex CopyOnRead feature now supports pre fetching of index files (OAK-3069).
-This reduces time taken in opening a new index. It can be enabled via OSGi config
-of LuceneIndexProviderService
-
-Debugging merge conflict errors is now possible by enabling DEBUG logs on 
-org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff and 
-org.apache.jackrabbit.oak.plugins.commit.ConflictValidator via OAK-3057
+Support for pre extracting text to speed up reindexing has been added in OAK-2892
+For more details refer to http://jackrabbit.apache.org/oak/docs/query/lucene.html#text-extraction
 
 Changes in Oak 1.0.17
 ---------------------