The SphinxSearchResult type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Error
Gets an error for this result, if any.
Public property Fields
Gets a list of strings containing the names of the fields for this result.
Public property Matches
Gets a list containing the matches for this result.
Public property SearchTime
Gets the time searchd needed to find the result.
Public property Total
Gets the total number of matches in this result.
Public property TotalFound
Gets the total number of matches found by searchd.
Public property Warning
Gets a warning for this result, if any.
Public property WordInfo
Gets a list containing the word infos for this result.

See Also