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: 6.0.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 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also