 | LevenshteinOptionsLengthDelta Property |
If the lengths of source and pattern differ by more than this value, do not calculate the Levenshtein distance and return
Max(source.Length, pattern.Length)
instead.
Default is 0, i.e. calculate the Levenshtein distance for all inputs.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic int LengthDelta { get; set; }
Public Property LengthDelta As Integer
Get
Set
Property Value
Type:
Int32
See Also