C# Class Lucene.Net.QueryParsers.ComplexPhrase.TestComplexPhraseQuery

Show file Open project: apache/lucenenet

Public Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void

Private Methods

Method Description
CheckBadQuery ( String qString ) : void
CheckMatches ( string qString, string expectedVals ) : void
TestComplexPhrases ( ) : void
TestFieldedQuery ( ) : void
TestHashcodeEquals ( ) : void
TestUnOrderedProximitySearches ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void

TearDown() public method

public TearDown ( ) : void
return void