Class CheapBastardCodec
Codec that tries to use as little ram as possible because he spent all his money on beer
Inheritance
System.Object
CheapBastardCodec
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class CheapBastardCodec : FilterCodec
Constructors
|
Improve this Doc
View Source
CheapBastardCodec()
Declaration
public CheapBastardCodec()
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 |
|