Author: reschke
Date: Wed Dec 19 15:44:07 2018
New Revision: 1849308

URL: http://svn.apache.org/viewvc?rev=1849308&view=rev
Log:
OAK-5918: Document enhancements in DocumentNodeStore in 1.6 - fix 
'rep:documentStore' name in various places

Modified:
    
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md

Modified: 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md?rev=1849308&r1=1849307&r2=1849308&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md
 (original)
+++ 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md
 Wed Dec 19 15:44:07 2018
@@ -56,7 +56,7 @@ Bundling definitions are defined as cont
 For example below content structure enables bundling for nodes of type 
`nt:file` and `app:Asset`
 
     + jcr:system
-      + documentstore
+      + rep:documentStore
         + bundlor
           + nt:file (oak:Unstructured)
             - pattern = ["jcr:content"]
@@ -149,7 +149,7 @@ This JCR node structure would be stored
 Now with bundling pattern like
 
     + jcr:system
-      + documentstore
+      + rep:documentStore
         + bundlor
           + nt:file (oak:Unstructured)
             - pattern = ["jcr:content"]
@@ -214,7 +214,7 @@ Such a structure can make use of Node Bu
 Lets define a bundling pattern like below
 
     + jcr:system
-      + documentstore
+      + rep:documentStore
         + bundlor
           + nt:file (oak:Unstructured)
             - pattern = ["jcr:content"]


Reply via email to