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

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

공개 메소드들

메소드 설명
QueriesTest ( Query query, int expDocNrs ) : void
RandBoolQuery ( Random rnd, bool allowMust, int level, string field, string vals, Callback cb ) : Lucene.Net.Search.BooleanQuery

비공개 메소드들

메소드 설명
AfterClass ( ) : void
BeforeClass ( ) : void
TestQueries01 ( ) : void
TestQueries02 ( ) : void
TestQueries03 ( ) : void
TestQueries04 ( ) : void
TestQueries05 ( ) : void
TestQueries06 ( ) : void
TestQueries07 ( ) : void
TestQueries08 ( ) : void
TestQueries09 ( ) : void
TestQueries10 ( ) : void
TestRandomQueries ( ) : void

메소드 상세

QueriesTest() 공개 메소드

public QueriesTest ( Query query, int expDocNrs ) : void
query Query
expDocNrs int
리턴 void

RandBoolQuery() 공개 정적인 메소드

public static RandBoolQuery ( Random rnd, bool allowMust, int level, string field, string vals, Callback cb ) : Lucene.Net.Search.BooleanQuery
rnd System.Random
allowMust bool
level int
field string
vals string
cb Callback
리턴 Lucene.Net.Search.BooleanQuery