public class CrankyCodec extends FilterCodec
delegate
Constructor and Description |
---|
CrankyCodec(Codec delegate,
Random random)
Wrap the provided codec with crankiness.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
compoundFormat() |
DocValuesFormat |
docValuesFormat() |
FieldInfosFormat |
fieldInfosFormat() |
LiveDocsFormat |
liveDocsFormat() |
NormsFormat |
normsFormat() |
PointsFormat |
pointsFormat() |
PostingsFormat |
postingsFormat() |
SegmentInfoFormat |
segmentInfoFormat() |
StoredFieldsFormat |
storedFieldsFormat() |
TermVectorsFormat |
termVectorsFormat() |
String |
toString() |
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault
public DocValuesFormat docValuesFormat()
docValuesFormat
in class FilterCodec
public FieldInfosFormat fieldInfosFormat()
fieldInfosFormat
in class FilterCodec
public LiveDocsFormat liveDocsFormat()
liveDocsFormat
in class FilterCodec
public NormsFormat normsFormat()
normsFormat
in class FilterCodec
public PostingsFormat postingsFormat()
postingsFormat
in class FilterCodec
public SegmentInfoFormat segmentInfoFormat()
segmentInfoFormat
in class FilterCodec
public StoredFieldsFormat storedFieldsFormat()
storedFieldsFormat
in class FilterCodec
public TermVectorsFormat termVectorsFormat()
termVectorsFormat
in class FilterCodec
public CompoundFormat compoundFormat()
compoundFormat
in class FilterCodec
public PointsFormat pointsFormat()
pointsFormat
in class FilterCodec
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.