Rank |
Scroll |
Gets or sets the rank of the found document.
Namespace: Therefore.API
Visual Basic Public Overridable Property DocSize As Integer C# public virtual int DocSize { get; set;}
Property ValueThe rank of the found document. |
Definition: RankJust like internet search engines the TheFullTextQuery ranks the document it finds according to their relevance. Documents containing the exact and entire TheFullTextQuery.Search string will have a higher rank than documents containing only some of the words. Documents containing the search string several times will also have a higher rank than those containing it only once. |