Click or drag to resize

Suggestion Class

A suggestion for a word or query.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApiSuggestion

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

The Suggestion type exposes the following members.

Constructors
  NameDescription
Public methodSuggestion
Initializes a new instance of the Suggestion class.
Top
Properties
  NameDescription
Public propertyDocumentCount
The number of documents containing the suggestion, or null if ReturnStatistics is false.
Public propertyLevenshteinDistance
The Levenshtein distance between the suggestion and the input word, or null if ReturnStatistics is false.
Public propertyValue
The suggested word.
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