Property | Type | Description | |
---|---|---|---|
document | IDocument | ||
matches | WordInfoCollection | ||
relevance |
Method | Description | |
---|---|---|
SearchResult ( IDocument document ) : System |
Initializes a new instance of the SearchResult class. The relevance is initially set to 0. |
|
ToString ( ) : string |
Gets a string representation of the current instance.
|
public SearchResult ( IDocument document ) : System | ||
document | IDocument | The document the result refers to. |
return | System |