Apache Lucene.Net 2.4.0 Class Library API

FuzzyQuery.GetPrefixLength Method 

Returns the non-fuzzy prefix length. This is 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 virtual int GetPrefixLength();

See Also

FuzzyQuery Class | Lucene.Net.Search Namespace