Class AssertingDocValuesFormat
Just like Lucene45DocValuesFormat but with additional asserts.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Lucene.Net.Codecs.Asserting
Assembly: Lucene.Net.TestFramework.dll
Syntax
[DocValuesFormatName("Asserting")]
public class AssertingDocValuesFormat : DocValuesFormat
  Constructors
| Improve this Doc View SourceAssertingDocValuesFormat()
Declaration
public AssertingDocValuesFormat()
  Methods
| Improve this Doc View SourceFieldsConsumer(SegmentWriteState)
Declaration
public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SegmentWriteState | state | 
Returns
| Type | Description | 
|---|---|
| DocValuesConsumer | 
Overrides
| Improve this Doc View SourceFieldsProducer(SegmentReadState)
Declaration
public override DocValuesProducer FieldsProducer(SegmentReadState state)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SegmentReadState | state | 
Returns
| Type | Description | 
|---|---|
| DocValuesProducer |