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 ca...@apache.org on 2018/11/09 18:50:53 UTC

svn commit: r1846260 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md

Author: catholicon
Date: Fri Nov  9 18:50:52 2018
New Revision: 1846260

URL: http://svn.apache.org/viewvc?rev=1846260&view=rev
Log:
OAK-5187: Support regex for relative property path while indexing properties

Make a note in documentation that this improvement is still not
supported.

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

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md?rev=1846260&r1=1846259&r2=1846260&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md Fri Nov  9 18:50:52 2018
@@ -354,6 +354,11 @@ isRegexp
     * `jcr:content/metadata/.*` - This property definition is
       applicable for all properties of child node _jcr:content/metadata_
 
+  Note that the regular expression doesn't match intermediate nodes, so,
+  `jcr:content/.*/.*` would *not* index all properties for all children of
+  `jcr:content`. [OAK-5187][OAK-5187] is an open improvement to track supporting
+  arbitrary intermediate child nodes.
+
 boost
 : If the property is included in `nodeScopeIndex` then it defines the boost
   done for the index value against the given property name. See
@@ -1801,6 +1806,7 @@ such fields
 [OAK-3994]: https://issues.apache.org/jira/browse/OAK-3994
 [OAK-4400]: https://issues.apache.org/jira/browse/OAK-4400
 [OAK-4516]: https://issues.apache.org/jira/browse/OAK-4516
+[OAK-5187]: https://issues.apache.org/jira/browse/OAK-5187
 [OAK-5899]: https://issues.apache.org/jira/browse/OAK-5899
 [OAK-6735]: https://issues.apache.org/jira/browse/OAK-6735
 [OAK-7379]: https://issues.apache.org/jira/browse/OAK-7379