C# Class Lucene.Net.QueryParsers.Flexible.Standard.TestMultiAnalyzerQPHelper

This test case is a copy of the core Lucene query parser test, it was adapted to use new QueryParserHelper instead of the old query parser. Test QueryParser's ability to deal with Analyzers that return more than one token per position or that return tokens with a position increment > 1.
Show file Open project: apache/lucenenet

Private Methods

Method Description
TestMultiAnalyzer ( ) : void
TestPosIncrementAnalyzer ( ) : void