Click or drag to resize
SphinxBuildKeywordResult Class
Represents the result of the BuildKeywords() method.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxBuildKeywordResult

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

The SphinxBuildKeywordResult type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
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
See Also