You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2013/11/21 17:49:36 UTC

[jira] [Created] (OAK-1214) Create rep:Unstructured node type for repo internal content

angela created OAK-1214:
---------------------------

             Summary: Create rep:Unstructured node type for repo internal content
                 Key: OAK-1214
                 URL: https://issues.apache.org/jira/browse/OAK-1214
             Project: Jackrabbit Oak
          Issue Type: Improvement
            Reporter: angela


as mentioned earlier on i somehow dislike the idea of using nt:unstructured for repository internal content like the hidden index and the namespace index optimization.

therefore i would like suggest to create the following node type:

{code}
rep:Unstructured
  - * (UNDEFINED) IGNORE
  - * (UNDEFINED) multiple IGNORE
  + * (nt:base) IGNORE (or maybe ABORT would be even better)
{code}

that doesn't limit the creation of any kind of property and child nodes (except SNSs), doesn't have orderable child nodes and in addition prevents the subtree to be copied over to the version store in case the parent node is being made versionable.

wdyt?



--
This message was sent by Atlassian JIRA
(v6.1#6144)