A document with preset text.
Declaration Syntax
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
PreloadedDocument(Uri, String, String, String, ArrayList, LocationCategoryRecord, 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()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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()()() |
Gets the Type of the current instance.
(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.) | |
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()()() |
Creates a shallow copy of the current Object.
(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()()() | (Overrides Document.ReadLinks()()().) | |
ReadText()()() | (Overrides Document.ReadText()()().) | |
stream | (Inherited from Document.) | |
Title |
The title of the document.
(Inherited from Document.) | |
ToString()()() |
Returns a String that represents the current Object.
(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.
Inheritance Hierarchy
Object | ||
Document | ||
PreloadedDocument |