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: 6.0.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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also