Click or drag to resize

SphinxSearchResult Class

Represents the result of a query.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxSearchResult

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[SerializableAttribute]
public class SphinxSearchResult

The SphinxSearchResult type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets an error for this result, if any.
Public propertyFields
Gets a list of strings containing the names of the fields for this result.
Public propertyMatches
Gets a list containing the matches for this result.
Public propertySearchTime
Gets the time searchd needed to find the result.
Public propertyTotal
Gets the total number of matches in this result.
Public propertyTotalFound
Gets the total number of matches found by searchd.
Public propertyWarning
Gets a warning for this result, if any.
Public propertyWordInfo
Gets a list containing the word infos for this result.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also