Lucene.Net.Analysis.Analyzer.CreateComponents C# (CSharp) Méthode

CreateComponents() public abstract méthode

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
Résultat TokenStreamComponents
        public abstract TokenStreamComponents CreateComponents(string fieldName, TextReader reader);