C# Class Lucene.Net.QueryParsers.Classic.TestMultiAnalyzer_.MultiAnalyzer

Expands "multi" to "multi" and "multi2", both at the same position, and expands "triplemulti" to "triplemulti", "multi3", and "multi2".
Inheritance: Lucene.Net.Analysis.Analyzer
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
CreateComponents ( string fieldName, System reader ) : TokenStreamComponents

Method Details

CreateComponents() public method

public CreateComponents ( string fieldName, System reader ) : TokenStreamComponents
fieldName string
reader System
return TokenStreamComponents