Click or drag to resize

SphinxWordInfo Class

Provides statistical information about a word from a query.
Inheritance Hierarchy
SystemObject
  SphinxConnector.CommonSphinxWordInfo

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

The SphinxWordInfo type exposes the following members.

Properties
  NameDescription
Public propertyHitCount
Gets the number of hits for this word.
Public propertyMatchingDocumentsCount
Gets the number of matching documents for this word.
Public propertyWord
Gets the word form as returned from searchd, stemmed or otherwise postprocessed.
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 this instance.
(Overrides ObjectToString.)
Top
See Also