A document with preset text.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class PreloadedDocument : Document
public class PreloadedDocument : Document
Public Class PreloadedDocument Inherits Document
Public Class PreloadedDocument Inherits Document
public ref class PreloadedDocument : public Document
public ref class PreloadedDocument : public Document
type PreloadedDocument = class inherit Document end
type PreloadedDocument = class inherit Document end
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
PreloadedDocument(Uri, String, String, String, ArrayList, LocationCategoryRecord, SecurityGroupRecordList, String, Configuration) |
Creates a new instance
| |
PreloadedDocument(Uri, String, String, Configuration) |
Creates a new instance
| |
CalculateWordRelevancies(WordCollection) |
Calculate the weight field value for the words in the list.
(Inherited from Document.) | |
CalculateWordsRelevancy(ArrayList) | Obsolete.
Calculate the weight field value for the words in the list.
(Inherited from Document.) | |
Configuration |
The instance of the Configuration class that holds the settings to be used.
(Inherited from Document.) | |
ContentCategories |
The content categories of type ContentCategoryRecord that this document belongs to.
(Inherited from Document.) | |
CustomData |
Any custom data that should be stored for the document.
(Inherited from Document.) | |
Description |
Description of the document, if specified.
(Inherited from Document.) | |
Dispose()()()() |
Removes all references held by this object.
(Inherited from Document.) | |
DocumentId |
The ID of the document in the data layer.
(Inherited from Document.) | |
DocumentRecord |
The DocumentRecord instance that stores the data.
(Inherited from Document.) | |
DontIndex |
Whether to ignore the document during index creation.
(Inherited from Document.) | |
Encoding | The document's character encoding.
(Inherited from Document.) | |
Equals(Object) |
Determines if documents are equal
(Inherited from Document.) | |
FileType | Obsolete.
The mime-type for the document.
(Inherited from Document.) | |
Finalize()()()() | (Inherited from Object.) | |
GetFileType()()()() |
The mime-type for the document.
(Inherited from Document.) | |
GetHashCode()()()() |
Gets the hashcode for the document, based on it's DocumentRecord.
(Inherited from Document.) | |
GetType()()()() | (Inherited from Object.) | |
InBodyCoefficient |
Coefficient used for weighting words found in the document body.
(Inherited from Document.) | |
IndexableSourceId |
The ID of the indexable source this belongs to, or -1 if none.
(Inherited from Document.) | |
InTitleCoefficient |
Coefficient used for weighting words found in the document title.
(Inherited from Document.) | |
InUrlCoefficient |
Coefficient used for weighting words found in the document Uri.
(Inherited from Document.) | |
IsDocumentChanged()()()() |
Whether the document can be identified to have changed between the last time it was indexed and when LoadResponseStream was called.
(Inherited from Document.) | |
IsIndexed()()()() |
Whether this document has been indexed.
(Inherited from Document.) | |
LastDateIndexed |
The date the document was last indexed.
(Inherited from Document.) | |
LastModifiedDate |
The LastModifiedDate for the document.
(Inherited from Document.) | |
LastResponseStatusCode |
The URI provided with the last server response, HttpStatusCode.Unused if not available.
(Inherited from Document.) | |
LastResponseUri |
The URI provided with the last server response, null if not available.
(Inherited from Document.) | |
LocationCategory |
The location category that this document belongs to.
(Inherited from Document.) | |
LoginPage |
Whether this page is a 'login page' (for Forms Authentication).
(Inherited from Document.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
Parser |
The Parser instance used to parse words from the remote document.
(Inherited from Document.) | |
ParserProvider |
The ParserProvider to use to obtain the correct parser to parse the document.
(Inherited from Document.) | |
Reader |
The Reader instance used to read the document and links from the remote document.
(Inherited from Document.) | |
ReadLinks()()()() |
Returns an empty ArrayList.
(Overrides Document.ReadLinks()()()().) | |
ReadText()()()() |
Reads the text in the document.
(Overrides Document.ReadText()()()().) | |
SecurityGroups |
The securityGroup category that this document belongs to.
(Inherited from Document.) | |
stream |
The document stream.
(Inherited from Document.) | |
Title |
The title of the document.
(Inherited from Document.) | |
ToString()()()() | (Inherited from Object.) | |
Uri |
The document's Uri (URL).
(Inherited from Document.) |
Remarks
During indexing, the data passed in the constructor is used, rather than loaded from the document's URI.
The document's URI is used in the search results to identify the document.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120