Keyoti SearchUnit API Docs
DocumentRecord Class
API DocumentationKeyoti.SearchEngine.DataAccessDocumentRecord
Keyoti SearchUnit v6
Represents a document stored in the 'database'.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class DocumentRecord
public class DocumentRecord
Public Class DocumentRecord
Public Class DocumentRecord
public ref class DocumentRecord
public ref class DocumentRecord
type DocumentRecord =  class end
type DocumentRecord =  class end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DocumentRecord(Uri)
Creates a new DocumentRecord with the specified Uri and default properties.

DocumentRecord(String)
Creates a new DocumentRecord with the specified Uri and default properties.

DocumentRecord(Uri, Boolean)
Creates a new DocumentRecord with the specified Uri and default properties.

ContentCategories
The content categories of type ContentCategoryRecord that this document belongs to.

ContentLength
The length of the file (bytes), or -1 if not available.

CustomData
Any custom data that should be stored for the document.

Description
Description of the document, if specified.

DocumentId
The ID of the document in the 'database'.

DontIndex
Whether to ignore the document during index creation.

Equals(Object)
Returns true if the objects are equal including all properties.
(Overrides Object.Equals(Object).)
FileType
The mime-type for the document.

Finalize()()()() (Inherited from Object.)
GetHashCode()()()()
Gets the hashcode based on the Uri.
(Overrides Object.GetHashCode()()()().)
GetType()()()() (Inherited from Object.)
IndexableSourceId
The ID of the indexable source this belongs to, or -1 if none.

LastDateIndexed
The date and time the document was last indexed.

LocationCategory
The location category that this document belongs to.

LoginPage
Needed for FormAuthentication

MatchesFilter(String)
Whether this document contains a field which contains filter.

MemberwiseClone()()()() (Inherited from Object.)
SecurityGroups
The security groups that this document belongs to.

Title
The document's title.

ToString()()()() (Inherited from Object.)
Uri
The Uri of the doc.

Inheritance Hierarchy
Object
DocumentRecord

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120