Field INTERNAL_LEVENSHTEIN
The default StringDistance, Damerau-Levenshtein distance implemented internally
via
Note: this is the fastest distance metric, because Damerau-Levenshtein is used to draw candidates from the term dictionary: this just re-uses the scoring.
Assembly: Lucene.Net.Suggest.dll
Syntax
public static readonly IStringDistance INTERNAL_LEVENSHTEIN
Returns
Type | Description |
---|---|
IStringDistance |