SuggestionOptionsMaxLevenshteinDistance Property

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

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public int MaxLevenshteinDistance { get; set; }

Property Value

Int32

See Also