Apache Lucene.Net 2.4.0 Class Library API

Analyzer.ReusableTokenStream Method 

Creates a TokenStream that is allowed to be re-used from the previous time that the same thread called this method. Callers that do not need to use more than one TokenStream at the same time from this analyzer should use this method for better performance.

public virtual TokenStream ReusableTokenStream(
   string fieldName,
   TextReader reader
);

See Also

Analyzer Class | Lucene.Net.Analysis Namespace