You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ch...@apache.org on 2017/03/27 10:24:13 UTC

svn commit: r1788880 [6/9] - in /jackrabbit/site/live/oak/docs: ./ architecture/ coldstandby/ features/ nodestore/ nodestore/document/ nodestore/segment/ oak-mongo-js/ oak-mongo-js/scripts/ oak-mongo-js/scripts/prettify/ oak-mongo-js/styles/ oak_api/ p...

Propchange: jackrabbit/site/live/oak/docs/oak-mongo-js/styles/jsdoc-default.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css?rev=1788880&view=auto
==============================================================================
--- jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css (added)
+++ jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css Mon Mar 27 10:24:11 2017
@@ -0,0 +1,111 @@
+/* JSDoc prettify.js theme */
+
+/* plain text */
+.pln {
+  color: #000000;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* string content */
+.str {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a keyword */
+.kwd {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* a comment */
+.com {
+  font-weight: normal;
+  font-style: italic;
+}
+
+/* a type name */
+.typ {
+  color: #000000;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a literal value */
+.lit {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* punctuation */
+.pun {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* lisp open bracket */
+.opn {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* lisp close bracket */
+.clo {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* a markup tag name */
+.tag {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a markup attribute name */
+.atn {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a markup attribute value */
+.atv {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a declaration */
+.dec {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* a variable name */
+.var {
+  color: #000000;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a function name */
+.fun {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+  margin-top: 0;
+  margin-bottom: 0;
+}
\ No newline at end of file

Propchange: jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css?rev=1788880&view=auto
==============================================================================
--- jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css (added)
+++ jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css Mon Mar 27 10:24:11 2017
@@ -0,0 +1,132 @@
+/* Tomorrow Theme */
+/* Original theme - https://github.com/chriskempson/tomorrow-theme */
+/* Pretty printing styles. Used with prettify.js. */
+/* SPAN elements with the classes below are added by prettyprint. */
+/* plain text */
+.pln {
+  color: #4d4d4c; }
+
+@media screen {
+  /* string content */
+  .str {
+    color: #718c00; }
+
+  /* a keyword */
+  .kwd {
+    color: #8959a8; }
+
+  /* a comment */
+  .com {
+    color: #8e908c; }
+
+  /* a type name */
+  .typ {
+    color: #4271ae; }
+
+  /* a literal value */
+  .lit {
+    color: #f5871f; }
+
+  /* punctuation */
+  .pun {
+    color: #4d4d4c; }
+
+  /* lisp open bracket */
+  .opn {
+    color: #4d4d4c; }
+
+  /* lisp close bracket */
+  .clo {
+    color: #4d4d4c; }
+
+  /* a markup tag name */
+  .tag {
+    color: #c82829; }
+
+  /* a markup attribute name */
+  .atn {
+    color: #f5871f; }
+
+  /* a markup attribute value */
+  .atv {
+    color: #3e999f; }
+
+  /* a declaration */
+  .dec {
+    color: #f5871f; }
+
+  /* a variable name */
+  .var {
+    color: #c82829; }
+
+  /* a function name */
+  .fun {
+    color: #4271ae; } }
+/* Use higher contrast and text-weight for printable form. */
+@media print, projection {
+  .str {
+    color: #060; }
+
+  .kwd {
+    color: #006;
+    font-weight: bold; }
+
+  .com {
+    color: #600;
+    font-style: italic; }
+
+  .typ {
+    color: #404;
+    font-weight: bold; }
+
+  .lit {
+    color: #044; }
+
+  .pun, .opn, .clo {
+    color: #440; }
+
+  .tag {
+    color: #006;
+    font-weight: bold; }
+
+  .atn {
+    color: #404; }
+
+  .atv {
+    color: #060; } }
+/* Style */
+/*
+pre.prettyprint {
+  background: white;
+  font-family: Menlo, Monaco, Consolas, monospace;
+  font-size: 12px;
+  line-height: 1.5;
+  border: 1px solid #ccc;
+  padding: 10px; }
+*/
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+  margin-top: 0;
+  margin-bottom: 0; }
+
+/* IE indents via margin-left */
+li.L0,
+li.L1,
+li.L2,
+li.L3,
+li.L4,
+li.L5,
+li.L6,
+li.L7,
+li.L8,
+li.L9 {
+  /* */ }
+
+/* Alternate shading for lines */
+li.L1,
+li.L3,
+li.L5,
+li.L7,
+li.L9 {
+  /* */ }
\ No newline at end of file

Propchange: jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jackrabbit/site/live/oak/docs/oak_api/error_codes.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak_api/error_codes.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/oak_api/error_codes.html (original)
+++ jackrabbit/site/live/oak/docs/oak_api/error_codes.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Error Codes</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/oak_api/overview.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak_api/overview.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/oak_api/overview.html (original)
+++ jackrabbit/site/live/oak/docs/oak_api/overview.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Oak API</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -291,14 +304,14 @@
             <a href="#"><i class="none"></i>Oak API</a>
           </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -308,6 +321,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -395,6 +422,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/osgi_config.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/osgi_config.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/osgi_config.html (original)
+++ jackrabbit/site/live/oak/docs/osgi_config.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Repository OSGi Configuration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>
@@ -583,7 +617,7 @@
 <p>The first of these configurations, identified by <tt>org.apache.jackrabbit.oak.segment.SegmentNodeStoreService</tt>, refers to the implementation provided by the <tt>oak-segment-tar</tt> bundle. This implementation is the newest and the only actively maintained one, and should be used unless some legacy use case needs to be supported.</p>
 <p>The second and last configuration, identified by <tt>org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService</tt>, refers to the old implementation of the Node Store provided by the <tt>oak-segment</tt> bundle. This implementation has been deprecated, will not receive any further improvements and should not be used, if possible.</p>
 <div class="section">
-<h5>org.apache.jackrabbit.oak.segment.SegmentNodeStoreService<a name="org.apache.jackrabbit.oak.segment.SegmentNodeStoreService"></a></h5>
+<h5><a name="config-SegmentNodeStoreService"></a> org.apache.jackrabbit.oak.segment.SegmentNodeStoreService<a name="org.apache.jackrabbit.oak.segment.SegmentNodeStoreService"></a></h5>
 
 <dl>
 <dt>repository.home (string) - repository</dt>
@@ -840,6 +874,8 @@ db=oak
 <li><i>PID <tt>org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore</tt></i></li>
   
 <li><i>PID <tt>org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore</tt></i></li>
+  
+<li><i>PID <tt>org.apache.jackrabbit.oak.plugins.blob.datastore.AzureDataStore</tt></i></li>
 </ul>
 
 <dl>

Modified: jackrabbit/site/live/oak/docs/participating.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/participating.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/participating.html (original)
+++ jackrabbit/site/live/oak/docs/participating.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Participating</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/plugins/blobstore.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/plugins/blobstore.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/plugins/blobstore.html (original)
+++ jackrabbit/site/live/oak/docs/plugins/blobstore.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - The Blob Store</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -395,6 +422,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>
@@ -608,6 +642,8 @@
 <li><tt>S3DataStore</tt> (with wrapper) - Stores the file in Amazon S3</li>
   
 <li><tt>RDBBlobStore</tt> - Store the file contents in chunks in a relational databases. Typically used with  <tt>DocumentNodeStore</tt>when using a relational DB persistence</li>
+  
+<li><tt>AzureDataStore</tt> (with wrapper) - Stores the file in Microsoft Azure Blob storage</li>
 </ol>
 <p>In addition there are some more implementations which are considered <b>experimental</b></p>
 
@@ -627,6 +663,8 @@
 <li>FileDataStore - This should be used if the blobs/binaries have to be shared between multiple  repositories. This would also be used when a JR2 repository is migrated to Oak</li>
   
 <li>S3DataStore - This should be used when binaries are stored in Amazon S3</li>
+  
+<li>AzureDataStore - This should be used when binaries are stored in Microsoft Azure Blob storage</li>
 </ul></div>
 <div class="section">
 <h4>DocumentNodeStore<a name="DocumentNodeStore"></a></h4>
@@ -642,7 +680,7 @@
 </ul></div>
 <div class="section">
 <h4>Caching DataStore<a name="Caching_DataStore"></a></h4>
-<p>The DataStore implementations <tt>S3DataStore</tt> and <tt>CachingFileDataStore</tt> support local file system caching for the files/blobs and extend the <tt>AbstractSharedCachingDataStore</tt> class which implements the caching functionality. The <tt>CachingFileDataStore</tt> is useful when the DataStore is on nfs. The cache has a size limit and is configured by the <tt>cacheSize</tt> parameter.</p></div>
+<p>The DataStore implementations <tt>S3DataStore</tt>,<tt>CachingFileDataStore</tt> and <tt>AzureDataStore</tt> support local file system caching for the files/blobs and extend the <tt>AbstractSharedCachingDataStore</tt> class which implements the caching functionality. The <tt>CachingFileDataStore</tt> is useful when the DataStore is on nfs. The cache has a size limit and is configured by the <tt>cacheSize</tt> parameter.</p></div>
 <div class="section">
 <h4>Downloads<a name="Downloads"></a></h4>
 <p>The local cache will be checked for existence of the record corresponding to the requested file/blob before accessing it  from the DataStore. When the cache exceeds the limit configured while adding a file into the cache then some of the  file(s) will be evicted to reclaim space. </p></div>
@@ -805,6 +843,8 @@
 <li>S3DataStore</li>
     
 <li>SharedS3DataStore (since Oak 1.2.0)</li>
+    
+<li>AzureDataStore</li>
   </ul></li>
 </ul>
 <p>Oak implements a Mark and Sweep based Garbage Collection logic. </p>
@@ -840,7 +880,7 @@
 <p><a name="blobid-tracker"></a> </p>
 <div class="section">
 <h4>Caching of Blob ids locally (Oak 1.6.x)<a name="Caching_of_Blob_ids_locally_Oak_1.6.x"></a></h4>
-<p>For the <tt>FileDataStore</tt> and <tt>S3DataStore</tt> the blob ids are cached locally on the disk when they are created which speeds up the &#x2018;Mark BlobStore&#x2019; phase. The locally tracked ids are synchronized with the data store periodically to enable other cluster nodes or different repositories sharing the datastore to get a consolidated list of all blob ids. The interval of synchronization is defined by the OSGi configuration parameter <tt>blobTrackSnapshotIntervalInSecs</tt> for the configured NodeStore services.</p>
+<p>For the <tt>FileDataStore</tt>, <tt>S3DataStore</tt> and <tt>AzureDataStore</tt> the blob ids are cached locally on the disk when they are created which speeds up the &#x2018;Mark BlobStore&#x2019; phase. The locally tracked ids are synchronized with the data store periodically to enable other cluster nodes or different repositories sharing the datastore to get a consolidated list of all blob ids. The interval of synchronization is defined by the OSGi configuration parameter <tt>blobTrackSnapshotIntervalInSecs</tt> for the configured NodeStore services.</p>
 <p>If 2 garbage collection cycles are executed within the <tt>blobTrackSnapshotIntervalInSecs</tt> then there may be warnings in the logs of some missing blob ids which is due to the fact that the deletions due to earlier gc has not been synchronized with the data store. It&#x2019;s ok to either ignore these warnings or to adjust the <tt>blobTrackSnapshotIntervalInSecs</tt>  parameter according to the schedule identified for running blob gc.</p>
 <p>When upgrading an existing system to take advantage of caching the existing blob ids have to be cached. One of the following should be executed.</p>
 
@@ -858,13 +898,15 @@
 <h4>Shared DataStore Blob Garbage Collection (Since 1.2.0)<a name="Shared_DataStore_Blob_Garbage_Collection_Since_1.2.0"></a></h4>
 <div class="section">
 <h5>Registration<a name="Registration"></a></h5>
-<p>On start of a repository configured to use a shared DataStore (same path or S3 bucket), a unique repository id is generated and registered in the NodeStore as well as the DataStore. In the DataStore this repository id is registered as an empty file with the format <tt>repository-[repository-id]</tt> (e.g. repository-988373a0-3efb-451e-ab4c-f7e794189273). This empty file is created under:</p>
+<p>On start of a repository configured to use a shared DataStore (same path, S3 bucket or Azure container), a unique repository id is generated and registered in the NodeStore as well as the DataStore. In the DataStore this repository id is registered as an empty file with the format <tt>repository-[repository-id]</tt> (e.g. repository-988373a0-3efb-451e-ab4c-f7e794189273). This empty file is created under:</p>
 
 <ul>
   
 <li>FileDataStore - Under the root directory configured for the datastore.</li>
   
 <li>S3DataStore - Under <tt>META</tt> folder in the S3 bucket configured.</li>
+  
+<li>AzureDataStore - Under <tt>META</tt> folder in the Azure container configured.</li>
 </ul>
 <p>On start/configuration of all the repositories sharing the data store it should be confirmed that the unique repositoryId per repository is registered in the DataStore. Refer the section below on <a href="#check-shared-datastore-gc">Checking Shared GC status</a>.</p></div>
 <div class="section">
@@ -1019,6 +1061,8 @@ public class GetGCStats {
 <li>FileDataStore - Remove the file from the data store root directory.</li>
     
 <li>S3DataStore - Remove the file from the <tt>META</tt> folder of the S3 bucket.</li>
+    
+<li>AzureDataStore - Remove the file from the <tt>META</tt> folder of the Azure container.</li>
   </ul></li>
   
 <li>Remove other files corresponding to the particular repositoryId e.g. <tt>markedTimestamp-[repositoryId]</tt> or <tt>references-[repositoryId]</tt>.</li>

Modified: jackrabbit/site/live/oak/docs/query/flags.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/flags.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/flags.html (original)
+++ jackrabbit/site/live/oak/docs/query/flags.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Flags</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/index-management.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/index-management.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/index-management.html (original)
+++ jackrabbit/site/live/oak/docs/query/index-management.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Index Management</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/indexing.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/indexing.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/indexing.html (original)
+++ jackrabbit/site/live/oak/docs/query/indexing.html Mon Mar 27 10:24:11 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-24
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170324" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Jackrabbit Oak - <a name="indexing"></a> Indexing</title>
+    <title>Jackrabbit Oak - Indexing</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-24</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -395,6 +422,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>
@@ -563,7 +597,7 @@
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
-   limitations under the License. --><h1><a name="indexing"></a> Indexing</h1>
+   limitations under the License. --><h1>Indexing</h1>
 
 <ul>
   

Modified: jackrabbit/site/live/oak/docs/query/lucene-old.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene-old.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene-old.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene-old.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <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" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/lucene.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-24
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170324" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <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" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-24</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -395,6 +422,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/ootb-index-change.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/ootb-index-change.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/ootb-index-change.html (original)
+++ jackrabbit/site/live/oak/docs/query/ootb-index-change.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Changing Out-Of-The-Box Index Definitions</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html (original)
+++ jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Migrating Ordered Index to Lucene Property</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/ordered-index.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/ordered-index.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/ordered-index.html (original)
+++ jackrabbit/site/live/oak/docs/query/ordered-index.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Ordered Index (deprecated since 1.1.8)</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/property-index.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/property-index.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/property-index.html (original)
+++ jackrabbit/site/live/oak/docs/query/property-index.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - The Property Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -395,6 +422,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/query-engine.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/query-engine.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/query-engine.html (original)
+++ jackrabbit/site/live/oak/docs/query/query-engine.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-21
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170321" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <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" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-21</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -395,6 +422,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>

Modified: jackrabbit/site/live/oak/docs/query/query-troubleshooting.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/query-troubleshooting.html?rev=1788880&r1=1788879&r2=1788880&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/query-troubleshooting.html (original)
+++ jackrabbit/site/live/oak/docs/query/query-troubleshooting.html Mon Mar 27 10:24:11 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-03-24
+ | Generated by Apache Maven Doxia at 2017-03-27
  | 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="20170324" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Query Troubleshooting</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -65,6 +65,9 @@
                   
                       <li>      <a href="../downloads.html"  title="Downloads">Downloads</a>
 </li>
+                  
+                      <li>      <a href="../articles.html"  title="Articles">Articles</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -127,6 +130,9 @@
                   
                       <li>      <a href="../features/atomic-counter.html"  title="Atomic Counter">Atomic Counter</a>
 </li>
+                  
+                      <li>      <a href="../features/observation.html"  title="Observation">Observation</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -224,7 +230,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-03-24</li>
+                  <li id="publishDate">Last Published: 2017-03-27</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.8-SNAPSHOT</li>
                       
                 
@@ -262,6 +268,13 @@
           <i class="none"></i>
         Downloads</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Articles">
+          <i class="none"></i>
+        Articles</a>
+            </li>
                               <li class="nav-header">Concepts and Architecture</li>
                                 
       <li>
@@ -293,14 +306,14 @@
         Oak API</a>
             </li>
                               <li class="nav-header">Features and Plugins</li>
-                                                                                                                                        
+                                                                                                                                                                            
       <li>
     
                           <a href="../nodestore/overview.html" title="Node Storage">
           <i class="icon-chevron-down"></i>
         Node Storage</a>
                     <ul class="nav nav-list">
-                                                                                    
+                                                                                                                        
       <li>
     
                           <a href="../nodestore/documentmk.html" title="Document NodeStore">
@@ -310,6 +323,20 @@
                       
       <li>
     
+                          <a href="../nodestore/document/node-bundling.html" title="Node Bundling">
+          <i class="none"></i>
+        Node Bundling</a>
+            </li>
+                      
+      <li>
+    
+                          <a href="../nodestore/document/secondary-store.html" title="Secondary Store">
+          <i class="none"></i>
+        Secondary Store</a>
+            </li>
+                      
+      <li>
+    
                           <a href="../nodestore/persistent-cache.html" title="Persistent Cache">
           <i class="none"></i>
         Persistent Cache</a>
@@ -397,6 +424,13 @@
           <i class="none"></i>
         Atomic Counter</a>
             </li>
+                  
+      <li>
+    
+                          <a href="../features/observation.html" title="Observation">
+          <i class="none"></i>
+        Observation</a>
+            </li>
                               <li class="nav-header">Using Oak</li>
                                 
       <li>