@Deprecated public class Lucene46Codec extends Codec
If you want to reuse functionality of this codec in another codec, extend
FilterCodec
.
package documentation for file format details.
Constructor and Description |
---|
Lucene46Codec()
Deprecated.
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
docValuesFormat()
Deprecated.
Encodes/decodes docvalues
|
FieldInfosFormat |
fieldInfosFormat()
Deprecated.
Encodes/decodes field infos file
|
DocValuesFormat |
getDocValuesFormatForField(String field)
Deprecated.
Returns the docvalues format that should be used for writing
new segments of
field . |
PostingsFormat |
getPostingsFormatForField(String field)
Deprecated.
Returns the postings format that should be used for writing
new segments of
field . |
LiveDocsFormat |
liveDocsFormat()
Deprecated.
Encodes/decodes live docs
|
NormsFormat |
normsFormat()
Deprecated.
Encodes/decodes document normalization values
|
PostingsFormat |
postingsFormat()
Deprecated.
Encodes/decodes postings
|
SegmentInfoFormat |
segmentInfoFormat()
Deprecated.
Encodes/decodes segment info file
|
StoredFieldsFormat |
storedFieldsFormat()
Deprecated.
Encodes/decodes stored fields
|
TermVectorsFormat |
termVectorsFormat()
Deprecated.
Encodes/decodes term vectors
|
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
public final StoredFieldsFormat storedFieldsFormat()
Codec
storedFieldsFormat
in class Codec
public final TermVectorsFormat termVectorsFormat()
Codec
termVectorsFormat
in class Codec
public final PostingsFormat postingsFormat()
Codec
postingsFormat
in class Codec
public final FieldInfosFormat fieldInfosFormat()
Codec
fieldInfosFormat
in class Codec
public final SegmentInfoFormat segmentInfoFormat()
Codec
segmentInfoFormat
in class Codec
public final LiveDocsFormat liveDocsFormat()
Codec
liveDocsFormat
in class Codec
public PostingsFormat getPostingsFormatForField(String field)
field
.
The default implementation always returns "Lucene41"public DocValuesFormat getDocValuesFormatForField(String field)
field
.
The default implementation always returns "Lucene45"public final DocValuesFormat docValuesFormat()
Codec
docValuesFormat
in class Codec
public NormsFormat normsFormat()
Codec
normsFormat
in class Codec
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.