C# Class Lucene.Net.Search.TestBoolean2

Inheritance: LuceneTestCase
ファイルを表示 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
QueriesTest ( Query query, int expDocNrs ) : void
RandBoolQuery ( Random rnd, bool allowMust, int level, string field, string vals, Callback cb ) : Lucene.Net.Search.BooleanQuery

Private Methods

Method Description
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

Method Details

QueriesTest() public method

public QueriesTest ( Query query, int expDocNrs ) : void
query Query
expDocNrs int
return void

RandBoolQuery() public static method

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
return Lucene.Net.Search.BooleanQuery