DotLucene 1.4 API Documentation

FuzzyQuery.GetPrefixLength Method 

Returns the prefix length, i.e. the number of characters at the start of a term that must be identical (not fuzzy) to the query term if the query is to match that term.

public int GetPrefixLength();

See Also

FuzzyQuery Class | Lucene.Net.Search Namespace