Lucene.Net.Analysis.Analyzer.ReuseStrategy.SetReusableComponents C# (CSharp) Method

SetReusableComponents() public abstract method

Stores the given TokenStreamComponents as the reusable components for the field with the give name.
public abstract SetReusableComponents ( Analyzer analyzer, string fieldName, TokenStreamComponents components ) : void
analyzer Analyzer
fieldName string Name of the field whose TokenStreamComponents are being set
components TokenStreamComponents TokenStreamComponents which are to be reused for the field
return void
            public abstract void SetReusableComponents(Analyzer analyzer, string fieldName, TokenStreamComponents components);