Class AssertingCodec
Acts like but with additional asserts.
Inheritance
System.Object
AssertingCodec
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class AssertingCodec : FilterCodec
Constructors
|
Improve this Doc
View Source
AssertingCodec()
Declaration
Properties
|
Improve this Doc
View Source
Declaration
public override DocValuesFormat DocValuesFormat { get; }
Property Value
Type |
Description |
DocValuesFormat |
|
|
Improve this Doc
View Source
Declaration
public override NormsFormat NormsFormat { get; }
Property Value
Type |
Description |
NormsFormat |
|
|
Improve this Doc
View Source
PostingsFormat
Declaration
public override PostingsFormat PostingsFormat { get; }
Property Value
Type |
Description |
PostingsFormat |
|
|
Improve this Doc
View Source
Declaration
public override StoredFieldsFormat StoredFieldsFormat { get; }
Property Value
Type |
Description |
StoredFieldsFormat |
|
|
Improve this Doc
View Source
Declaration
public override TermVectorsFormat TermVectorsFormat { get; }
Property Value
Type |
Description |
TermVectorsFormat |
|