You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by th...@apache.org on 2015/03/13 16:03:12 UTC

svn commit: r1666473 - in /jackrabbit/site/live/oak/docs: oak-mongo-js/ query/query.html

Author: thomasm
Date: Fri Mar 13 15:03:12 2015
New Revision: 1666473

URL: http://svn.apache.org/r1666473
Log:
OAK-936: Site checkin for project Oak Documentation-1.1-SNAPSHOT

Removed:
    jackrabbit/site/live/oak/docs/oak-mongo-js/
Modified:
    jackrabbit/site/live/oak/docs/query/query.html

Modified: jackrabbit/site/live/oak/docs/query/query.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/query.html?rev=1666473&r1=1666472&r2=1666473&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/query.html (original)
+++ jackrabbit/site/live/oak/docs/query/query.html Fri Mar 13 15:03:12 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-11
+ | Generated by Apache Maven Doxia at 2015-03-13
  | 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="20150311" />
+    <meta name="Date-Revision-yyyymmdd" content="20150313" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - The Query Engine</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -192,7 +192,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-03-11</li>
+                  <li id="publishDate">Last Published: 2015-03-13</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.1-SNAPSHOT</li>
                       
                 
@@ -638,6 +638,9 @@ org.apache.jackrabbit.oak.query.QueryEng
 <h3>The Node Type Index<a name="The_Node_Type_Index"></a></h3>
 <p>The <tt>NodeTypeIndex</tt> implements a <tt>QueryIndex</tt> using <tt>PropertyIndexLookup</tt>s on <tt>jcr:primaryType</tt> <tt>jcr:mixinTypes</tt> to evaluate a node type restriction on the filter. The cost for this index is the sum of the costs of the <tt>PropertyIndexLookup</tt> for queries on <tt>jcr:primaryType</tt> and <tt>jcr:mixinTypes</tt>.</p></div>
 <div class="section">
+<h3>Temporarily Disabling an Index<a name="Temporarily_Disabling_an_Index"></a></h3>
+<p>To temporarily disable an index (for example for testing), set the index type to &#x201c;undefined&#x201d;. Please note that while the index type is not set, the index is not updated, so if you enable it again, it might not be correct. This is specially important for synchronous indexes.</p></div>
+<div class="section">
 <h3>The Ordered Index<a name="The_Ordered_Index"></a></h3>
 <p>NOTE: This index type has been deprecated. Please use the Lucene Property Index instead, which offers the same features.</p>
 <p>Extension of the Property index will keep the order of the indexed property persisted in the repository.</p>