The CAS Server produces some common properties from records crawled in either a Windows or UNIX file system.

The following record properties are common to documents fetched from both Windows and UNIX file systems.

Property Name

Property Value

Endeca.FileSystem.Extension

The file extension of the document, which is the string after the last dot in the file name. If the document has no dot in the name, this property will not be generated.

Endeca.FileSystem.Group

The name of a group for which permissions have been set for the document. For UNIX files, the property value is the groupname. For Windows files, the name is prepended with the domain to which the group name belongs, in the format: DOMAIN\principal.

Endeca.FileSystem.IsDirectory

A Boolean that indicates whether the document is a directory (a value of true) or a file (a value of false). The value is set to true even if the directory is in a container.

Endeca.FileSystem.IsHidden

A Boolean that indicates whether the document is a hidden file (a value of true) or not (a value of false).

Endeca.FileSystem.ModificationDate

The date when the file was last modified. Modifications include changing permissions on the document. The date format is in milliseconds since midnight January 1, 1970 UTC (Coordinated Universal Time).

Endeca.FileSystem.Name

The name of the file.

Endeca.FileSystem.Owner

The name of a user or other principal who is the owner of the file. For UNIX files, the property value is the ownername. For Windows files, the name is prepended with the domain to which the name belongs, in the format: DOMAIN\principal.

Endeca.FileSystem.Path

The identifier of the full path to the file, including the file name. For archive files, this is a string pointing to a file within a container. This property also includes the PathWithinSourceArchive (if present).

Endeca.FileSystem.ParentPath

The identifier of the path to the directory containing the file. This does not include the file name. For archive files, this is a string pointing to a container.


Copyright © Legal Notices