Click or drag to resize

Suggestion Constructor

Initializes a new instance of the Suggestion class.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public Suggestion(
	string value,
	int? levenshteinDistance = null,
	long? documentCount = null
)

Parameters

value
Type: SystemString
The suggestion.
levenshteinDistance (Optional)
Type: SystemNullableInt32
The levenshtein distance between the input word and the suggestion.
documentCount (Optional)
Type: SystemNullableInt64
The number of documents containing the suggestion.
See Also