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

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. Tests QueryParser.
Mostrar archivo Open project: apache/lucenenet

Private Methods

Method Description
TestAnalyzerReturningNull ( ) : void
TestBoostsSimple ( ) : void
TestSimple ( ) : void
TestStaticMethod1 ( ) : void
TestStaticMethod2 ( ) : void
TestStaticMethod2Old ( ) : void
TestStaticMethod3 ( ) : void
TestStaticMethod3Old ( ) : void
TestStopWordSearching ( ) : void
TestStopwordsParsing ( ) : void
assertStopQueryEquals ( String qtxt, String expectedRes ) : void