C# Class Lucene.Net.QueryParsers.TestMultiFieldQueryParser

Show file Open project: synhershko/lucene.net

Public Methods

Method Description
tesStopwordsParsing ( ) : void

test stop words arsing for both the non static form, and for the corresponding static form (qtxt, fields[]).

Private Methods

Method Description
AssertStopQueryEquals ( string qtxt, string expectedRes ) : void
TestAnalyzerReturningNull ( ) : void
TestBoostsSimple ( ) : void
TestSimple ( ) : void
TestStaticMethod1 ( ) : void
TestStaticMethod2 ( ) : void
TestStaticMethod2Old ( ) : void
TestStaticMethod3 ( ) : void
TestStaticMethod3Old ( ) : void
TestStopWordSearching ( ) : void

Method Details

tesStopwordsParsing() public method

test stop words arsing for both the non static form, and for the corresponding static form (qtxt, fields[]).
public tesStopwordsParsing ( ) : void
return void