Click or drag to resize

SphinxSearchResult Properties

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
See Also