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/03/22 06:30:56 UTC

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

Author: chetanm
Date: Wed Mar 22 06:30:55 2017
New Revision: 1788054

URL: http://svn.apache.org/viewvc?rev=1788054&view=rev
Log:
OAK-5946 - Document indexing flow

Change title

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=1788054&r1=1788053&r2=1788054&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 Wed Mar 22 06:30:55 2017
@@ -22,7 +22,7 @@
         * [New in 1.6](#new-1.6)
     * [Indexing Flow](#indexing-flow)
         * [Index Definitions](#index-defnitions)
-            * [oak:index node ](#oak-index-nodes)
+            * [Index Definition Location](#oak-index-nodes)
         * [Synchronous Indexing](#sync-indexing)
         * [Asynchronous Indexing](#async-indexing)
             * [Checkpoint](#checkpoint)
@@ -116,7 +116,7 @@ The index definitions nodes have followi
 Based on the above two properties, the `IndexUpdate` creates an `IndexEditor` instances 
 as it traverses the "diff", and registers them with itself, passing on the callbacks for various changes.
 
-#### <a name="oak-index-nodes"></a>oak:index node 
+#### <a name="oak-index-nodes"></a> Index Definition Location
 
 Indexing logic supports placing `oak:index` nodes at any path. 
 Depending on the location, such indexes only index content which are present under those paths.