Lucene.Net.Analysis.Analyzer.CreateComponents C# (CSharp) Method

CreateComponents() public abstract method

Creates a new TokenStreamComponents instance for this analyzer.
public abstract CreateComponents ( string fieldName, TextReader reader ) : TokenStreamComponents
fieldName string /// the name of the fields content passed to the /// sink as a reader
reader System.IO.TextReader /// the reader passed to the constructor
return TokenStreamComponents
        public abstract TokenStreamComponents CreateComponents(string fieldName, TextReader reader);