Lucene.Net.Analysis.Util.TokenizerFactory.TokenizerFactory C# (CSharp) Method

TokenizerFactory() protected method

Initialize this factory via a set of key-value pairs.
protected TokenizerFactory ( string>.IDictionary args ) : System
args string>.IDictionary
return System
        protected internal TokenizerFactory(IDictionary<string, string> args)
            : base(args)
        {
        }