Class PreFlexRWCodec
Writes 3.x-like indexes (not perfect emulation yet) for testing only!
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
PreFlexRWCodec
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class PreFlexRWCodec : Lucene3xCodec
Properties
|
Improve this Doc
View Source
Declaration
public override FieldInfosFormat FieldInfosFormat { get; }
Property Value
Type |
Description |
FieldInfosFormat |
|
|
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 SegmentInfoFormat SegmentInfoFormat { get; }
Property Value
Type |
Description |
SegmentInfoFormat |
|
|
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 |
|