10-21-2008 10:30 AM
12-09-2009 10:58 AM
12-09-2009 11:08 AM
10-24-2011 03:17 AM
…
<type name="tt:contentNoToken">
…
<mandatory-aspects>
<aspect>tt:removeIndexContent</aspect>
</mandatory-aspects>
</type>
…
<aspects>
<aspect name="tt:removeIndexContent">
<title>Versionable</title>
<parent>cm:versionable</parent>
<overrides>
<property name="cm:content">
<type>d:content</type> //******with or without*******
<mandatory>false</mandatory>
<index enabled="false">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
</overrides>
</aspect>
</aspects>
10-27-2011 05:48 AM
….
<xs:complexType name="propertyOverride">
<xs:sequence>
<xs:element name="mandatory" type="xs:boolean"
maxOccurs="1" minOccurs="0" />
<xs:element name="default" type="xs:string"
maxOccurs="1" minOccurs="0" />
<xs:element name="constraints" maxOccurs="1"
minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="constraint" type="dd:constraint"
maxOccurs="unbounded" minOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="dd:name" />
</xs:complexType>
….
10-03-2012 04:35 AM
<!– –>
<!– Indexing control –>
<!– –>
<aspect name="cm:indexControl">
<title>Index Control</title>
<properties>
<property name="cm:isIndexed">
<title>Is indexed</title>
<type>d:boolean</type>
<default>true</default>
</property>
<property name="cm:isContentIndexed">
<title>Is content indexed</title>
<type>d:boolean</type>
<default>true</default>
</property>
</properties>
</aspect>
Hope this helps.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.