Apache Lucene.Net 2.1 Class Library API

FuzzyTermEnum.TermCompare Method 

The termCompare method in FuzzyTermEnum uses Levenshtein distance to calculate the distance between the given term and the comparing term.

protected internal override bool TermCompare(
   Term term
);

See Also

FuzzyTermEnum Class | Lucene.Net.Search Namespace