05-09-2012 08:27 AM
05-09-2012 08:37 AM
05-09-2012 10:00 AM
10-03-2012 04:36 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.12-22-2014 05:15 PM
<model name="my:textdoc" xmlns="http://www.alfresco.org/model/dictionary/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<imports>
<import prefix="d" uri="http://www.alfresco.org/model/dictionary/1.0" />
<import prefix="cm" uri="http://www.alfresco.org/model/content/1.0" />
</imports>
<namespaces>
<namespace prefix="my"
uri="http://www.notarealurl.xyz/model/my/1.0" />
</namespaces>
<types>
<type name="my:securetextdoc">
<title>text docs with keyword searching, but not content searching</title>
<parent>cm:content</parent>
<properties>
<property name="my:securekeywords">
<title>custom key word text field</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
<mandatory-aspects>
<!– <aspect>cm:dublincore</aspect> –>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
</types>
</model>
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.