Apache Lucene.Net 2.1 Class Library API

FuzzyQuery Class

Implements the fuzzy search query. The similiarity measurement is based on the Levenshtein (edit distance) algorithm.

For a list of all members of this type, see FuzzyQuery Members.

System.Object
   Lucene.Net.Search.Query
      Lucene.Net.Search.MultiTermQuery
         Lucene.Net.Search.FuzzyQuery

public class FuzzyQuery : MultiTermQuery

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

FuzzyQuery Members | Lucene.Net.Search Namespace