Author: chetanm
Date: Mon Mar 20 13:19:45 2017
New Revision: 1787767

URL: http://svn.apache.org/viewvc?rev=1787767&view=rev
Log:
OAK-5917 - Document enhancements in indexing in 1.6

Add whats new section

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

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/indexing.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/indexing.md?rev=1787767&r1=1787766&r2=1787767&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/indexing.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/indexing.md Mon Mar 20 
13:19:45 2017
@@ -19,6 +19,7 @@
 
 * [Indexing](#indexing)
     * [Overview](#overview)
+        * [New in 1.6](#new-1.6)
     * [Indexing Flow](#indexing-flow)
         * [Index Definitions](#index-defnitions)
             * [oak:index node ](#oak-index-nodes)
@@ -53,6 +54,11 @@ Oak has following in built `IndexEditor`
 3. LuceneIndexEditor
 4. SolrIndexEditor
 
+### <a name="new-1.6"></a> New in 1.6
+
+* [Multiple Async indexers setup via OSGi config](#async-index-setup)
+* [Isolating Corrupt Indexes](#corrupt-index-handling)
+
 ## <a name="indexing-flow"></a> Indexing Flow
 
 `IndexEditor` are invoked as part of commit or as part of asynchronous diff 
process. For both cases at some stage
@@ -196,7 +202,8 @@ Async indexers can be configure via OSGi
 
 ![Async Indexing Config](async-index-config.png)
 
-Different lanes can be configured by adding more rows of _Async Indexer 
Configs_
+Different lanes can be configured by adding more rows of _Async Indexer 
Configs_. Prior to 1.6 the indexers were
+created programatically while constructing Oak.
 
 #### <a name="async-index-mbean"></a> Async Indexing MBean
 


Reply via email to