C# Class Lucene.Net.Index.BaseStoredFieldsFormatTestCase

Base class aiming at testing StoredFieldsFormat. To test a new format, all you need is to register a new Codec which uses it and extend this class and override #getCodec(). @lucene.experimental
Mostra file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
TestBigDocuments ( ) : void
TestBinaryFieldOffsetLength ( ) : void
TestBulkMergeWithDeletes ( ) : void
TestConcurrentReads ( ) : void
TestEmptyDocs ( ) : void
TestIndexedBit ( ) : void
TestNumericField ( ) : void
TestRandomStoredFields ( ) : void
TestReadSkip ( ) : void
TestStoredFieldsOrder ( ) : void
TestWriteReadMerge ( ) : void

Protected Methods

Method Description
AddRandomFields ( Lucene.Net.Documents.Document d ) : void

Private Methods

Method Description
RandomByteArray ( int length, int max ) : byte[]

Method Details

AddRandomFields() protected method

protected AddRandomFields ( Lucene.Net.Documents.Document d ) : void
d Lucene.Net.Documents.Document
return void

TestBigDocuments() public method

public TestBigDocuments ( ) : void
return void

TestBinaryFieldOffsetLength() public method

public TestBinaryFieldOffsetLength ( ) : void
return void

TestBulkMergeWithDeletes() public method

public TestBulkMergeWithDeletes ( ) : void
return void

TestConcurrentReads() public method

public TestConcurrentReads ( ) : void
return void

TestEmptyDocs() public method

public TestEmptyDocs ( ) : void
return void

TestIndexedBit() public method

public TestIndexedBit ( ) : void
return void

TestNumericField() public method

public TestNumericField ( ) : void
return void

TestRandomStoredFields() public method

public TestRandomStoredFields ( ) : void
return void

TestReadSkip() public method

public TestReadSkip ( ) : void
return void

TestStoredFieldsOrder() public method

public TestStoredFieldsOrder ( ) : void
return void

TestWriteReadMerge() public method

public TestWriteReadMerge ( ) : void
return void