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 2016/06/29 15:59:31 UTC

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

Author: catholicon
Date: Wed Jun 29 15:59:31 2016
New Revision: 1750667

URL: http://svn.apache.org/viewvc?rev=1750667&view=rev
Log:
OAK-301: Oak docu

Publish lucene.html

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=1750667&r1=1750666&r2=1750667&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene.html Wed Jun 29 15:59:31 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-06-17
+ | Generated by Apache Maven Doxia at 2016-06-29
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <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="20160617" />
+    <meta name="Date-Revision-yyyymmdd" content="20160629" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Lucene Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -216,7 +216,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2016-06-17</li>
+                  <li id="publishDate">Last Published: 2016-06-29</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.6-SNAPSHOT</li>
                       
                 
@@ -862,6 +862,9 @@
   
 <li>
 <p>Use <tt>excludedPaths</tt>, <tt>includedPaths</tt> with caution - When paths are excluded or included  then query engine is not aware of that. If wrong paths get excluded then its possible  that nodes which should have been part of query result get excluded as they are not indexed.  So only exclude those paths which do not have node matching given nodeType or nodes which  are known to be not part of any query result</p></li>
+  
+<li>
+<p>Sub-root index definitions (e.g. <tt>/test/oak:index/index-def-node</tt>) -  <tt>excludedPaths</tt> and <tt>includedPaths</tt> need to be relative to the path that index is defined for. e.g. if the condition is supposed to be put for <tt>/test/a</tt> where the index definition is at <tt>/test/oak:index/index-def-node</tt> then <tt>/a</tt> needs to be put as value of <tt>excludedPaths</tt> or <tt>includedPaths</tt>. On the other hand, <tt>queryPaths</tt> remains to be an absolute path. So, for the example above, <tt>queryPaths</tt> would get the value <tt>/test/a</tt>.</p></li>
 </ol>
 <p>In most cases use of <tt>queryPaths</tt> would not be required as index definition should not have any overlap. </p>
 <p>Refer to <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-2599">OAK-2599</a> for more details.</p>