C# Class Lucene.Net.Search.TestMinShouldMatch2

Inheritance: Lucene.Net.Util.LuceneTestCase
显示文件 Open project: paulirwin/lucene.net

Private Methods

Method Description
AddSome ( Lucene.Net.Documents.Document doc, string values ) : void
AfterClass ( ) : void
AssertAdvance ( Lucene.Net.Search.Scorer expected, Lucene.Net.Search.Scorer actual, int amount ) : void
AssertNext ( Lucene.Net.Search.Scorer expected, Lucene.Net.Search.Scorer actual ) : void
BeforeClass ( ) : void
Scorer ( string values, int minShouldMatch, bool slow ) : Lucene.Net.Search.Scorer
TestAdvanceAllTerms ( ) : void
TestAdvanceCMR2 ( ) : void
TestAdvanceVaryingNumberOfTerms ( ) : void
TestNextAllTerms ( ) : void
TestNextCMR2 ( ) : void
TestNextVaryingNumberOfTerms ( ) : void