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 2017/05/03 06:20:01 UTC

svn commit: r1793614 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/property-index.md

Author: thomasm
Date: Wed May  3 06:20:01 2017
New Revision: 1793614

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

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

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/property-index.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/property-index.md?rev=1793614&r1=1793613&r2=1793614&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/property-index.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/property-index.md Wed May  3 06:20:01 2017
@@ -33,10 +33,12 @@ To define a property index, you have to
     All nodes that have _any_ of those properties are stored in this index.
 * `includedPaths` (String, multi-valued):
     the paths that are included ('/' if not set).
+    Since Oak version 1.4. (OAK-3263).
     The index is only used if the query has a path restriction that is not excluded,
     and part of the included paths.
 * `excludedPaths` (String, multi-valued):
     the paths where this index is excluded (none if not set).
+    Since Oak version 1.4. (OAK-3263).
     The index is only used if the query has a path restriction that is not excluded,
     and part of the included paths.