@Deprecated public class Lucene45Codec extends Codec
| Constructor and Description |
|---|
Lucene45Codec()
Deprecated.
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundFormat |
compoundFormat()
Deprecated.
|
DocValuesFormat |
docValuesFormat()
Deprecated.
|
FieldInfosFormat |
fieldInfosFormat()
Deprecated.
|
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.
|
NormsFormat |
normsFormat()
Deprecated.
|
PostingsFormat |
postingsFormat()
Deprecated.
|
SegmentInfoFormat |
segmentInfoFormat()
Deprecated.
|
StoredFieldsFormat |
storedFieldsFormat()
Deprecated.
|
TermVectorsFormat |
termVectorsFormat()
Deprecated.
|
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toStringpublic StoredFieldsFormat storedFieldsFormat()
storedFieldsFormat in class Codecpublic TermVectorsFormat termVectorsFormat()
termVectorsFormat in class Codecpublic final PostingsFormat postingsFormat()
postingsFormat in class Codecpublic FieldInfosFormat fieldInfosFormat()
fieldInfosFormat in class Codecpublic SegmentInfoFormat segmentInfoFormat()
segmentInfoFormat in class Codecpublic final LiveDocsFormat liveDocsFormat()
liveDocsFormat in class Codecpublic CompoundFormat compoundFormat()
compoundFormat in class Codecpublic 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()
docValuesFormat in class Codecpublic NormsFormat normsFormat()
normsFormat in class CodecCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.