C# 클래스 Lucene.Net.Search.TestBooleanMinShouldMatch

상속: Lucene.Net.Util.LuceneTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
VerifyNrHits ( Query q, int expected ) : void

보호된 메소드들

메소드 설명
PrintHits ( string test, Lucene.Net.Search.ScoreDoc h, IndexSearcher searcher ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

PrintHits() 보호된 메소드

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

VerifyNrHits() 공개 메소드

public VerifyNrHits ( Query q, int expected ) : void
q Query
expected int
리턴 void