aymens

Untitled

Mar 21st, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.64 KB | None | 0 0
  1. <!--
  2. ...
  3. -->
  4. <type name="cm:content">
  5.   <title>Content</title>
  6.   <parent>cm:cmobject</parent>
  7.   <archive>true</archive>
  8.   <properties>
  9.       <property name="cm:content">
  10.         <type>d:content</type>
  11.         <mandatory>false</mandatory>
  12.         <!-- Although content is marked as indexed atomically it may end up asynchronous -->
  13.         <!-- if the content conversion will take too long. Content that does not require conversion -->
  14.         <!-- to UTF8 test/plain will always be indexed atomically -->
  15.         <index enabled="true">
  16.           <atomic>true</atomic>
  17.           <stored>true</stored>
  18.           <compressed>true</compressed>
Advertisement
Add Comment
Please, Sign In to add comment