Class BaseDocValuesFormatTestCase
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Inheritance
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public abstract class BaseDocValuesFormatTestCase : BaseIndexFileFormatTestCase
  Methods
AddRandomFields(Document)
Add random fields to the provided document.
Declaration
protected override void AddRandomFields(Document doc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Document | doc | 
Overrides
CodecAcceptsHugeBinaryValues(string)
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
protected virtual bool CodecAcceptsHugeBinaryValues(string field)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | field | 
Returns
| Type | Description | 
|---|---|
| bool | 
TestBigNumericRange()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBigNumericRange()
  TestBigNumericRange2()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBigNumericRange2()
  TestBinaryFixedLengthVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBinaryFixedLengthVsStoredFields()
  TestBinaryVariableLengthVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBinaryVariableLengthVsStoredFields()
  TestBooleanNumericsVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBooleanNumericsVsStoredFields()
  TestByteMissingVsFieldCache()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestByteMissingVsFieldCache()
  TestByteNumericsVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestByteNumericsVsStoredFields()
  TestBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBytes()
  TestBytesTwoDocumentsMerged()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBytesTwoDocumentsMerged()
  TestBytesWithNewline()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestBytesWithNewline()
  TestCodecUsesOwnBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestCodecUsesOwnBytes()
  TestCodecUsesOwnBytesEachTime()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestCodecUsesOwnBytesEachTime()
  TestCodecUsesOwnSortedBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestCodecUsesOwnSortedBytes()
  TestCodecUsesOwnSortedBytesEachTime()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestCodecUsesOwnSortedBytesEachTime()
  TestDocValuesSimple()
Simple test case to show how to use the API
Declaration
[Test]
public virtual void TestDocValuesSimple()
  TestEmptyBinaryValueOnPageSizes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestEmptyBinaryValueOnPageSizes()
  TestEmptyBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestEmptyBytes()
  TestEmptySortedBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestEmptySortedBytes()
  TestGCDCompression()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestGCDCompression()
  TestHugeBinaryValueLimit()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestHugeBinaryValueLimit()
  TestHugeBinaryValues()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestHugeBinaryValues()
  TestInt16MissingVsFieldCache()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestInt16MissingVsFieldCache()
  TestInt16NumericsVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestInt16NumericsVsStoredFields()
  TestInt32MissingVsFieldCache()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestInt32MissingVsFieldCache()
  TestInt32NumericsVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestInt32NumericsVsStoredFields()
  TestInt64MissingVsFieldCache()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestInt64MissingVsFieldCache()
  TestInt64NumericsVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestInt64NumericsVsStoredFields()
  TestMissingSortedBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestMissingSortedBytes()
  TestOneNumber()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestOneNumber()
  TestOneSingle()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestOneSingle()
  TestRandomSortedBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestRandomSortedBytes()
  TestSortedBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedBytes()
  TestSortedBytesThreeDocuments()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedBytesThreeDocuments()
  TestSortedBytesTwoDocuments()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedBytesTwoDocuments()
  TestSortedBytesTwoDocumentsMerged()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedBytesTwoDocumentsMerged()
  TestSortedFixedLengthVsFieldCache()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedFixedLengthVsFieldCache()
  TestSortedFixedLengthVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedFixedLengthVsStoredFields()
  TestSortedMergeAwayAllValues()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedMergeAwayAllValues()
  TestSortedSetFixedLengthSingleValuedVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetFixedLengthSingleValuedVsStoredFields()
  TestSortedSetFixedLengthVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetFixedLengthVsStoredFields()
  TestSortedSetFixedLengthVsUninvertedField()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetFixedLengthVsUninvertedField()
  TestSortedSetMergeAwayAllValues()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetMergeAwayAllValues()
  TestSortedSetOneValue()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetOneValue()
  TestSortedSetTermsEnum()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTermsEnum()
  TestSortedSetThreeValuesTwoDocs()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetThreeValuesTwoDocs()
  TestSortedSetTwoDocumentsFirstMissing()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoDocumentsFirstMissing()
  TestSortedSetTwoDocumentsFirstMissingMerge()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoDocumentsFirstMissingMerge()
  TestSortedSetTwoDocumentsLastMissing()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoDocumentsLastMissing()
  TestSortedSetTwoDocumentsLastMissingMerge()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoDocumentsLastMissingMerge()
  TestSortedSetTwoDocumentsMerged()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoDocumentsMerged()
  TestSortedSetTwoFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoFields()
  TestSortedSetTwoValues()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoValues()
  TestSortedSetTwoValuesUnordered()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetTwoValuesUnordered()
  TestSortedSetVariableLengthSingleValuedVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetVariableLengthSingleValuedVsStoredFields()
  TestSortedSetVariableLengthVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetVariableLengthVsStoredFields()
  TestSortedSetVariableLengthVsUninvertedField()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedSetVariableLengthVsUninvertedField()
  TestSortedTermsEnum()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedTermsEnum()
  TestSortedVariableLengthVsFieldCache()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedVariableLengthVsFieldCache()
  TestSortedVariableLengthVsStoredFields()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestSortedVariableLengthVsStoredFields()
  TestThreads()
Tests dv against stored fields with threads (binary/numeric/sorted, no missing)
Declaration
[Test]
public virtual void TestThreads()
  TestThreads2()
Tests dv against stored fields with threads (all types + missing)
Declaration
[Test]
public virtual void TestThreads2()
  TestThreeBytesOneMissingWithMerging()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestThreeBytesOneMissingWithMerging()
  TestThreeFieldsMixed()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestThreeFieldsMixed()
  TestThreeFieldsMixed2()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestThreeFieldsMixed2()
  TestThreeNumbersOneMissingWithMerging()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestThreeNumbersOneMissingWithMerging()
  TestTwoBinaryValues()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoBinaryValues()
  TestTwoBytesOneMissing()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoBytesOneMissing()
  TestTwoBytesOneMissingWithMerging()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoBytesOneMissingWithMerging()
  TestTwoDocumentsMerged()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoDocumentsMerged()
  TestTwoDocumentsNumeric()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoDocumentsNumeric()
  TestTwoFieldsMixed()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoFieldsMixed()
  TestTwoNumbers()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoNumbers()
  TestTwoNumbersOneMissing()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoNumbersOneMissing()
  TestTwoNumbersOneMissingWithMerging()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestTwoNumbersOneMissingWithMerging()
  TestVeryLargeButLegalBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestVeryLargeButLegalBytes()
  TestVeryLargeButLegalSortedBytes()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestVeryLargeButLegalSortedBytes()
  TestZeroOrMin()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestZeroOrMin()
  TestZeros()
Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat. NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved!
Declaration
[Test]
public virtual void TestZeros()