Method | Description | |
---|---|---|
CreateInstance ( |
Creates a new instance of the T:SearchResultRow class.
|
|
SearchResultRow ( string link, string type, string title, float relevance, string formattedExcerpt ) : System |
Initializes a new instance of the T:CompactSearchResult class.
|
Method | Description | |
---|---|---|
BuildFormattedExcerpt ( List |
Builds the formatted excerpt for a search match.
|
|
GetExcerpt ( System.PageInfo page, WordInfoCollection matches ) : string |
Gets the formatted page excerpt.
|
|
GetExcerpt ( System.PageInfo page, int messageID, WordInfoCollection matches ) : string |
Gets the formatted message excerpt.
|
|
GetKeywordsForQueryString ( WordInfoCollection matches ) : string |
Gets a list of keywords formatted for the query string.
|
public static CreateInstance ( |
||
result | The result to use. | |
return |
public SearchResultRow ( string link, string type, string title, float relevance, string formattedExcerpt ) : System | ||
link | string | The link. |
type | string | The result type. |
title | string | The title. |
relevance | float | The relevance (%). |
formattedExcerpt | string | The formatted page excerpt. |
return | System |