FoundDocumentRelevance Property |
Gets the relevance of search result.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic double Relevance { get; }
Public ReadOnly Property Relevance As Double
Get
public:
property double Relevance {
double get ();
}
member Relevance : float with get
Property Value
Type:
DoubleThe relevance of search result.
See Also