This is a list of predefined column names that can be used to define columns in the results of a Content Search; that is, where database="content". .
Returns the document ID from the content database. For example:
<column name="doc_id" type="id" hidden="true" />
Required: No
Returns a confidence level (as a percentage). This indicates how closely the document fits the search criteria, with a higher score indicating a closer fit. For example:
name="relevance"
Required: No
Returns the event UID. For example:
name="event_uid"
Required: No
Returns an icon indicating that the result is an attachment. For example:
name="attachment"
Required: No
Returns an icon indicating the event type. For example:
name="event_type"
Required: No
Returns the event subject. For example:
name="subject"
Required: No
Returns the event timestamp. For example:
name="timestamp"
Required: No
Returns the timestamp to be used for event retrieval. Currently, this will be the same as timestamp for an Oracle CMS but zero for a SQL Server CMS as the timestamp resolution is different between the Content Database and SQL Server CMS. For example:
name="retrieval_ts" type="timestamp" hidden="true"
This column should be specified in the results ref attribute, for example:
ref="event_uid,retrieval_ts"
Required: No
Returns a list of all event participants. For example:
name="participants"
Required: No
The person that sent the email/posted the IM/accessed the web site.
Required: No
The people who received the email/saw the IM/the URL of the web site.
Required: No
Copyright © 2014 CA.
All rights reserved.
|
|