Apache Lucene.Net 2.4.0 Class Library API

QueryParser.SetLowercaseExpandedTerms Method 

Whether terms of wildcard, prefix, fuzzy and range queries are to be automatically lower-cased or not. Default is

true
.

public virtual void SetLowercaseExpandedTerms(
   bool lowercaseExpandedTerms
);

See Also

QueryParser Class | Lucene.Net.QueryParsers Namespace