mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Added new aspect with non text properties
This commit is contained in:
@@ -24,27 +24,8 @@
|
||||
<data-types/>
|
||||
<constraints/>
|
||||
<types>
|
||||
<type name="csm:content">
|
||||
<title>Contents</title>
|
||||
<parent>cm:content</parent>
|
||||
<archive>true</archive>
|
||||
<properties>
|
||||
<property name="csm:content">
|
||||
<type>d:content</type>
|
||||
<mandatory>false</mandatory>
|
||||
<index enabled="true">
|
||||
<atomic>true</atomic>
|
||||
<stored>false</stored>
|
||||
<tokenised>TRUE</tokenised>
|
||||
</index>
|
||||
</property>
|
||||
</properties>
|
||||
<associations/>
|
||||
<overrides/>
|
||||
<mandatory-aspects/>
|
||||
</type>
|
||||
</types>
|
||||
|
||||
</types>
|
||||
<aspects>
|
||||
<aspect name="csm:author">
|
||||
<title>Author</title>
|
||||
@@ -65,5 +46,33 @@
|
||||
<overrides/>
|
||||
<mandatory-aspects/>
|
||||
</aspect>
|
||||
<aspect name="csm:nontexttypes">
|
||||
<title>Weight</title>
|
||||
<properties>
|
||||
<property name="csm:exists">
|
||||
<title>Exists</title>
|
||||
<type>d:boolean</type>
|
||||
<mandatory>false</mandatory>
|
||||
<index enabled="true">
|
||||
<atomic>true</atomic>
|
||||
<stored>false</stored>
|
||||
<facetable>true</facetable>
|
||||
</index>
|
||||
</property>
|
||||
<property name="csm:quantity">
|
||||
<title>Quantity</title>
|
||||
<type>d:int</type>
|
||||
<mandatory>false</mandatory>
|
||||
<index enabled="true">
|
||||
<atomic>true</atomic>
|
||||
<stored>false</stored>
|
||||
<facetable>true</facetable>
|
||||
</index>
|
||||
</property>
|
||||
</properties>
|
||||
<associations/>
|
||||
<overrides/>
|
||||
<mandatory-aspects/>
|
||||
</aspect>
|
||||
</aspects>
|
||||
</model>
|
||||
Reference in New Issue
Block a user