Package-level declarations

Types

Link copied to clipboard
class CrankyCodec(delegate: Codec, val random: Random) : FilterCodec

Codec for testing that throws random IOExceptions

Link copied to clipboard
class CrankyCompoundFormat(var delegate: CompoundFormat, var random: Random) : CompoundFormat
Link copied to clipboard
class CrankyDocValuesFormat(val delegate: DocValuesFormat, val random: Random) : DocValuesFormat
Link copied to clipboard
Link copied to clipboard
class CrankyLiveDocsFormat(val delegate: LiveDocsFormat, val random: Random) : LiveDocsFormat
Link copied to clipboard
class CrankyNormsFormat(val delegate: NormsFormat, val random: Random) : NormsFormat
Link copied to clipboard
class CrankyPointsFormat(var delegate: PointsFormat, var random: Random) : PointsFormat
Link copied to clipboard
class CrankyPostingsFormat(val delegate: PostingsFormat, val random: Random) : PostingsFormat
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard