Keyoti SearchUnit API Docs
DocumentText Class
API DocumentationKeyoti.SearchEngine.DocumentsDocumentText
Keyoti SearchUnit v6
Represents the text in a document, including title and static summary.
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
public class DocumentText
<SerializableAttribute>
Public Class DocumentText
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DocumentText(Uri, String, String, WordCollection, String, array<String>[]()[][], String, StringList, array<String>[]()[][], Hashtable)
Create a new instance

DocumentText(Uri, 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)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Links
List of link URLs to other documents contained in this document.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Uri
The Uri of the document.

Words
List of Word objects from the document.

Inheritance Hierarchy
Object
DocumentText

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