Apache Lucene.Net 2.4.0 Class Library API

Analyzer.TokenStream Method 

Creates a TokenStream which tokenizes all the text in the provided Reader. Must be able to handle null field name for backward compatibility.

public abstract TokenStream TokenStream(
   string fieldName,
   TextReader reader
);

See Also

Analyzer Class | Lucene.Net.Analysis Namespace