public class CrankyCodec extends FilterCodec
delegate| Constructor and Description |
|---|
CrankyCodec(Codec delegate,
java.util.Random random)
Wrap the provided codec with crankiness.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundFormat |
compoundFormat()
Encodes/decodes compound files
|
DocValuesFormat |
docValuesFormat()
Encodes/decodes docvalues
|
FieldInfosFormat |
fieldInfosFormat()
Encodes/decodes field infos file
|
LiveDocsFormat |
liveDocsFormat()
Encodes/decodes live docs
|
NormsFormat |
normsFormat()
Encodes/decodes document normalization values
|
PointsFormat |
pointsFormat()
Encodes/decodes points index
|
PostingsFormat |
postingsFormat()
Encodes/decodes postings
|
SegmentInfoFormat |
segmentInfoFormat()
Encodes/decodes segment info file
|
StoredFieldsFormat |
storedFieldsFormat()
Encodes/decodes stored fields
|
TermVectorsFormat |
termVectorsFormat()
Encodes/decodes term vectors
|
java.lang.String |
toString()
returns the codec's name.
|
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefaultpublic CrankyCodec(Codec delegate, java.util.Random random)
public DocValuesFormat docValuesFormat()
CodecdocValuesFormat in class FilterCodecpublic FieldInfosFormat fieldInfosFormat()
CodecfieldInfosFormat in class FilterCodecpublic LiveDocsFormat liveDocsFormat()
CodecliveDocsFormat in class FilterCodecpublic NormsFormat normsFormat()
CodecnormsFormat in class FilterCodecpublic PostingsFormat postingsFormat()
CodecpostingsFormat in class FilterCodecpublic SegmentInfoFormat segmentInfoFormat()
CodecsegmentInfoFormat in class FilterCodecpublic StoredFieldsFormat storedFieldsFormat()
CodecstoredFieldsFormat in class FilterCodecpublic TermVectorsFormat termVectorsFormat()
CodectermVectorsFormat in class FilterCodecpublic CompoundFormat compoundFormat()
CodeccompoundFormat in class FilterCodecpublic PointsFormat pointsFormat()
CodecpointsFormat in class FilterCodecCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.