Creates a TokenStream which tokenizes all the text in the provided Reader. Provided for backward compatibility only.
Creates a TokenStream which tokenizes all the text in the provided Reader. Provided for backward compatibility only.
public virtual TokenStream TokenStream(TextReader);
Creates a TokenStream which tokenizes all the text in the provided Reader. Default implementation forwards to tokenStream(Reader) for compatibility with older version. Override to allow Analyzer to choose strategy based on document and/or field. Must be able to handle null field name for backward compatibility.
public virtual TokenStream TokenStream(string,TextReader);
Analyzer Class | Lucene.Net.Analysis Namespace | TokenStream