The CAS Server produces certain CMS properties regardless of whether document conversion is enabled or not. The following record properties are common to CMS data sources.

Property Name

Property Value

Endeca.CMS.Uri

The URI of the object which, if defined, allows an application to access an object as a web resource.

Endeca.CMS.UpdatedBy

The user name of the person who updated the content item.

Endeca.CMS.RepositoryType

The type of CMS repository.

Endeca.CMS.RepositoryVersion

The version of the CMS repository, such as 7.1.

Endeca.CMS.RepositoryId

The ID of the repository.

Endeca.CMS.ItemId

The unique ID of the item in the repository.

Endeca.CMS.ContentPieceId

The unique ID of the item's content piece.

Endeca.CMS.Path

The path to the item in the repository, including the name of item, such as /dctm65/test.

In cases where an item resides in several locations, the property value for both Endeca.CMS.Path and Endeca.CMS.ParentPath depends on which location the CAS Server encounters first when crawling the repository. This means that subsequent crawls of the repository may produce different property values. For example, if an item named doc1 resides in root/folder1/doc1 and root/doc1, the CAS Server can produce a property value of either root/folder1/doc1 or root/doc1.

Endeca.CMS.ParentPath

The path to the parent of the item in the repository, not including the name of the item, such as /dctm65.

Endeca.CMS.Name

The name of the item.

Endeca.CMS.Author

The author of the item.

Endeca.CMS.IsFolder

true if the item is a folder, false otherwise.

Endeca.CMS.NumContentPieces

The number of pieces of content associated with the item in the repository.

Endeca.CMS.ContentLength

The length in bytes of the content as reported by the CAS Server.

Endeca.CMS.CreationDate

The creation date of the item.

Endeca.CMS.ModificationDate

The last modified date of the item.

Endeca.CMS.MimeType

The MIME type of the item.

Endeca.CMS.AllowReadContent

An ACL entry for a user or group that can read the content of the item.

Endeca.CMS.DenyReadContent

An ACL entry for a user or group that cannot read the content of the item.

Endeca.CMS.AllowReadProperties

An ACL entry for a user or group that can read the properties of the item.

Endeca.CMS.DenyReadProperties

An ACL entry for a user or group that cannot read the properties of the item.

Here are additional notes concerning record properties produced by CMS crawls:


Copyright © Legal Notices