| SphinxSearchResult Class |
Namespace: SphinxConnector.NativeApi
The SphinxSearchResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Error |
Gets an error for this result, if any.
| |
| Fields |
Gets a list of strings containing the names of the fields for this result.
| |
| Matches |
Gets a list containing the matches for this result.
| |
| SearchTime |
Gets the time searchd needed to find the result.
| |
| Total |
Gets the total number of matches in this result.
| |
| TotalFound |
Gets the total number of matches found by searchd.
| |
| Warning |
Gets a warning for this result, if any.
| |
| WordInfo |
Gets a list containing the word infos for this result.
|