Class BaseStoredFieldsFormatTestCase
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public abstract class BaseStoredFieldsFormatTestCase : BaseIndexFileFormatTestCase
Methods
AddRandomFields(Document)
Add random fields to the provided document.
Declaration
protected override void AddRandomFields(Document d)
Parameters
Type | Name | Description |
---|---|---|
Document | d |
Overrides
TestBigDocuments()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestBigDocuments()
TestBinaryFieldOffsetLength()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestBinaryFieldOffsetLength()
TestBulkMergeWithDeletes()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestBulkMergeWithDeletes()
TestConcurrentReads()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestConcurrentReads()
TestEmptyDocs()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestEmptyDocs()
TestIndexedBit()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestIndexedBit()
TestNumericField()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestNumericField()
TestRandomStoredFields()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestRandomStoredFields()
TestReadSkip()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestReadSkip()
TestStoredFieldsOrder()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestStoredFieldsOrder()
TestWriteReadMerge()
Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat. To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec().
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
[Test]
public virtual void TestWriteReadMerge()