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

GetReusableComponents() public abstract method

Gets the reusable TokenStreamComponents for the field with the given name.
public abstract GetReusableComponents ( Analyzer analyzer, string fieldName ) : TokenStreamComponents
analyzer Analyzer Analyzer from which to get the reused components. Use /// and /// to access the data on the Analyzer.
fieldName string Name of the field whose reusable TokenStreamComponents /// are to be retrieved
return TokenStreamComponents
            public abstract TokenStreamComponents GetReusableComponents(Analyzer analyzer, string fieldName);