public class Lucene41RWCodec extends Lucene41Codec
Lucene41Codec
for testing.Constructor and Description |
---|
Lucene41RWCodec() |
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
docValuesFormat()
Encodes/decodes docvalues
|
FieldInfosFormat |
fieldInfosFormat()
Encodes/decodes field infos file
|
NormsFormat |
normsFormat()
Encodes/decodes document normalization values
|
StoredFieldsFormat |
storedFieldsFormat()
Encodes/decodes stored fields
|
getPostingsFormatForField, liveDocsFormat, postingsFormat, segmentInfoFormat, termVectorsFormat
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
public FieldInfosFormat fieldInfosFormat()
Codec
fieldInfosFormat
in class Lucene41Codec
public StoredFieldsFormat storedFieldsFormat()
Codec
storedFieldsFormat
in class Lucene41Codec
public DocValuesFormat docValuesFormat()
Codec
docValuesFormat
in class Lucene41Codec
public NormsFormat normsFormat()
Codec
normsFormat
in class Lucene41Codec
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.