C# Class Lucene.Net.Search.TestBooleanMinShouldMatch

Inheritance: Lucene.Net.Util.LuceneTestCase
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
VerifyNrHits ( Query q, int expected ) : void

Méthodes protégées

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

Private Methods

Méthode 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 méthode

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

VerifyNrHits() public méthode

public VerifyNrHits ( Query q, int expected ) : void
q Query
expected int
Résultat void