Class Lucene42RWCodec
Read-write version of for testing.
Inheritance
System.Object
Lucene42RWCodec
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class Lucene42RWCodec : Lucene42Codec
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 |
|
Methods
|
Improve this Doc
View Source
Declaration
public override DocValuesFormat GetDocValuesFormatForField(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
Type |
Description |
DocValuesFormat |
|