Author: chetanm
Date: Thu Mar 23 09:04:19 2017
New Revision: 1788197

URL: http://svn.apache.org/viewvc?rev=1788197&view=rev
Log:
OAK-1312 - Bundle nodes into a document

Fix the pattern property name

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=1788197&r1=1788196&r2=1788197&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
 Thu Mar 23 09:04:19 2017
@@ -232,7 +232,7 @@ nodes
       "_id": "2:/test/book.jpg",
       "_commitRoot": {"r1560c1b3db8-0-1": "0"},
       "_deleted": {"r1560c1b3db8-0-1": "false"},
-      ":pattern": {
+      ":doc-pattern": {
         "r1560c1b3db8-0-1": 
"[\"str:jcr:content/metadata\",\"str:jcr:content/renditions\",\"str:jcr:content/renditions/**\",\"str:jcr:content\"]"
       },
       "jcr:primaryType": {"r1560c1b3db8-0-1": "\"str:app:Asset\""},


Reply via email to