Apache Lucene.Net 2.4.0 Class Library API

CharTokenizer.Normalize Method 

Called on each token character to normalize it before it is added to the token. The default implementation does nothing. Subclasses may use this to, e.g., lowercase tokens.

protected internal virtual char Normalize(
   char c
);

See Also

CharTokenizer Class | Lucene.Net.Analysis Namespace