Represents the text in a document, including title and static summary.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class DocumentText
public class DocumentText
Public Class DocumentText
Public Class DocumentText
public ref class DocumentText
public ref class DocumentText
type DocumentText = class end
type DocumentText = class end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
DocumentText(String, String, WordCollection, String, array<String>[]()[][], String, StringList, array<String>[]()[][], Hashtable) |
Create a new instance
| |
DocumentText(String, String, WordCollection, String, array<String>[]()[][], String, StringList, array<String>[]()[][]) |
Create a new instance
| |
AddWord(String, Int32, Boolean) |
Convenience method to add a word to the indexed document text.
| |
AppendText(String, Configuration) |
Appends words in 'text' to the main document.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
Links |
List of link URLs to other documents contained in this document.
| |
MemberwiseClone()()()() | (Inherited from Object.) | |
Merge(DocumentText) |
Merges the words in 'text' with this object.
| |
MetaContentNames |
Content category names from meta tag.
| |
MetaCustomData |
Custom data from meta tag.
| |
MetaData |
Meta data if it exists (if it doesn't, null/nothing).
| |
MetaLocationName |
Location category names from meta tag.
| |
MetaSecurityGroupNames |
Security category names from meta tag.
| |
PrependText(String, Configuration) |
Prepends words in 'text' to the start of the main document.
| |
Summary |
Summary or excerpt of the document.
| |
Title |
The document title.
| |
ToString()()()() | (Inherited from Object.) | |
Words |
List of Word objects from the document.
|
Inheritance Hierarchy
Object | |
DocumentText |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120