C# Class Lucene.Net.Index.TestLazyBug

Inheritance: Lucene.Net.Util.LuceneTestCase
Datei anzeigen Open project: synhershko/lucene.net

Public Properties

Property Type Description
NUM_DOCS int
NUM_FIELDS int

Public Methods

Method Description
DoTest ( int docs ) : void

Private Methods

Method Description
MakeIndex ( ) : Lucene.Net.Store.Directory
TestLazyAlsoWorks ( ) : void
TestLazyBroken ( ) : void
TestLazyBug ( ) : System
TestLazyWorks ( ) : void

Method Details

DoTest() public method

public DoTest ( int docs ) : void
docs int
return void

Property Details

NUM_DOCS public_oe static_oe property

public static int NUM_DOCS
return int

NUM_FIELDS public_oe static_oe property

public static int NUM_FIELDS
return int