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
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddRandomFields ( Lucene.Net.Documents.Document d ) : void

Private Methods

Méthode Description
RandomByteArray ( int length, int max ) : byte[]

Method Details

AddRandomFields() protected méthode

protected AddRandomFields ( Lucene.Net.Documents.Document d ) : void
d Lucene.Net.Documents.Document
Résultat void

TestBigDocuments() public méthode

public TestBigDocuments ( ) : void
Résultat void

TestBinaryFieldOffsetLength() public méthode

public TestBinaryFieldOffsetLength ( ) : void
Résultat void

TestBulkMergeWithDeletes() public méthode

public TestBulkMergeWithDeletes ( ) : void
Résultat void

TestConcurrentReads() public méthode

public TestConcurrentReads ( ) : void
Résultat void

TestEmptyDocs() public méthode

public TestEmptyDocs ( ) : void
Résultat void

TestIndexedBit() public méthode

public TestIndexedBit ( ) : void
Résultat void

TestNumericField() public méthode

public TestNumericField ( ) : void
Résultat void

TestRandomStoredFields() public méthode

public TestRandomStoredFields ( ) : void
Résultat void

TestReadSkip() public méthode

public TestReadSkip ( ) : void
Résultat void

TestStoredFieldsOrder() public méthode

public TestStoredFieldsOrder ( ) : void
Résultat void

TestWriteReadMerge() public méthode

public TestWriteReadMerge ( ) : void
Résultat void