C# Class Lucene.Net.Search.TestBooleanMinShouldMatch

Inheritance: Lucene.Net.Util.LuceneTestCase
Mostrar archivo Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
VerifyNrHits ( Query q, int expected ) : void

Protected Methods

Method Description
PrintHits ( string test, Lucene.Net.Search.ScoreDoc h, IndexSearcher searcher ) : void

Private Methods

Method Description
AfterClass ( ) : void
AssertSubsetOfSameScores ( Query q, Lucene.Net.Search.TopDocs top1, Lucene.Net.Search.TopDocs top2 ) : void
BeforeClass ( ) : void
TestAllOptional ( ) : void
TestMinEqualToNumOptional ( ) : void
TestMinHigherThenNumOptional ( ) : void
TestNoOptionalButMin ( ) : void
TestNoOptionalButMin2 ( ) : void
TestOneOptionalEqualToMin ( ) : void
TestOneProhibAndSomeOptional ( ) : void
TestOneReqAndSomeOptional ( ) : void
TestOneReqOneProhibAndSomeOptional ( ) : void
TestOneReqSomeProhibAndSomeOptional ( ) : void
TestRandomQueries ( ) : void
TestRewriteCoord1 ( ) : void
TestRewriteNegate ( ) : void
TestSomeProhibAndSomeOptional ( ) : void
TestSomeReqAndSomeOptional ( ) : void
TestSomeReqOneProhibAndSomeOptional ( ) : void
TestSomeReqSomeProhibAndSomeOptional ( ) : void

Method Details

PrintHits() protected method

protected PrintHits ( string test, Lucene.Net.Search.ScoreDoc h, IndexSearcher searcher ) : void
test string
h Lucene.Net.Search.ScoreDoc
searcher IndexSearcher
return void

VerifyNrHits() public method

public VerifyNrHits ( Query q, int expected ) : void
q Query
expected int
return void