You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ca...@apache.org on 2018/11/09 18:52:06 UTC

svn commit: r1846261 - /jackrabbit/site/live/oak/docs/query/lucene.html

Author: catholicon
Date: Fri Nov  9 18:52:06 2018
New Revision: 1846261

URL: http://svn.apache.org/viewvc?rev=1846261&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/site/live/oak/docs/query/lucene.html

Modified: jackrabbit/site/live/oak/docs/query/lucene.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene.html?rev=1846261&r1=1846260&r2=1846261&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene.html Fri Nov  9 18:52:06 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-11-09 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-11-10 
  | Rendered using Apache Maven Fluido Skin 1.6
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181109" />
+    <meta name="Date-Revision-yyyymmdd" content="20181110" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak &#x2013; Lucene Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.6.min.css" />
@@ -142,7 +142,7 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2018-11-09<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2018-11-10<span class="divider">|</span>
 </li>
           <li id="projectVersion">Version: 1.10-SNAPSHOT</li>
         </ul>
@@ -585,6 +585,10 @@
 <li><tt>jcr:content/metadata/.*</tt> - This property definition is applicable for all properties of child node <i>jcr:content/metadata</i></li>
 </ul>
 </dd>
+</dl>
+<p>Note that the regular expression doesn&#x2019;t match intermediate nodes, so, <tt>jcr:content/.*/.*</tt> would <i>not</i> index all properties for all children of <tt>jcr:content</tt>. <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-5187">OAK-5187</a> is an open improvement to track supporting arbitrary intermediate child nodes.</p>
+<dl>
+
 <dt>boost</dt>
 <dd>If the property is included in <tt>nodeScopeIndex</tt> then it defines the boost done for the index value against the given property name. See <a href="#boost">Boost and Search Relevancy</a> for more details</dd>
 <dt>index</dt>