TheFullTextQueryResultRow |
Scroll |
TheFullTextQueryResultRow represents one row in the TheFullTextQueryResult returned by an TheFullTextQuery.
Data and Features include:
Document Number and Title
Rank (relevance of the result)
Context for the search string
RetrieveDocument loads the document from the server
Namespace: Therefore.API
Visual Basic Public Class TheFullTextQueryResultRow C# public class TheFullTextQueryResultRow |
Name |
Description |
Gets or sets the number of the category the found document belongs to. |
|
Gets or sets the category name of the document. |
|
Gets or sets the context where the search string was found. |
|
Gets or sets the number a document found by an TheFullTextQuery. |
|
Gets or sets the size of a found document in bytes. |
|
Gets or sets the Extension of the document found in an TheFullTextQuery. |
|
Gets or sets the hit count of the search parameter found in the document. |
|
Gets the index data of the document. |
|
Gets or sets the matched words found in the document. |
|
Gets or sets the last modified date and time of the document. |
|
Gets or sets the rank of the found document. |
|
Gets or sets the relative relevance of the hit. |
|
Gets or sets the access mask of the document. |
|
Gets or sets the number of the sub category the found document belongs to. |
|
Gets or sets the title of the document found in an TheFullTextQuery. |
Name |
Description |
Creates a new TheDocument instance and uses the value in the DocNo property to retrieve it from the specified TheServer. |
|
Returns a string representation of the object (for debugging). |