Author: thomasm
Date: Thu Jun 8 14:15:22 2017
New Revision: 1798067
URL: http://svn.apache.org/viewvc?rev=1798067&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=1798067&r1=1798066&r2=1798067&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 Thu
Jun 8 14:15:22 2017
@@ -33,12 +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).
+ 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).
+ 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.