Click or drag to resize

SuggestionOptionsMaxLevenshteinDistance Property

The maximum Levenshtein distance between the original input and a suggestion. Default is 4.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public int MaxLevenshteinDistance { get; set; }

Property Value

Type: Int32
See Also