Click or drag to resize

Keyword Class

Provides tokenized and normalized forms of a keyword and keyword statistics.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApiKeyword

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[SerializableAttribute]
public sealed class Keyword

The Keyword type exposes the following members.

Properties
  NameDescription
Public propertyDocumentCount
Gets the number of documents containing the keyword.
Public propertyHitCount
Gets the number of hits across the documents for the keyword.
Public propertyNormalized
Gets the normalized keyword.
Public propertyTokenized
Gets the tokenized keyword.
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