Constructors

Link copied to clipboard
constructor(name: String, segmentSuffix: String, compressionMode: CompressionMode, chunkSize: Int, maxDocsPerChunk: Int, blockShift: Int)

Creates a compressing codec with a given segment suffix

constructor(name: String, compressionMode: CompressionMode, chunkSize: Int, maxDocsPerChunk: Int, blockSize: Int)

Creates a compressing codec with an empty segment suffix

Types

Link copied to clipboard
object Companion

Create a random instance.

Properties

Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open override fun compoundFormat(): CompoundFormat
Link copied to clipboard
open override fun docValuesFormat(): DocValuesFormat
Link copied to clipboard
open override fun fieldInfosFormat(): FieldInfosFormat
Link copied to clipboard
open override fun knnVectorsFormat(): KnnVectorsFormat
Link copied to clipboard
open override fun liveDocsFormat(): LiveDocsFormat
Link copied to clipboard
open override fun normsFormat(): NormsFormat
Link copied to clipboard
open override fun pointsFormat(): PointsFormat
Link copied to clipboard
open override fun postingsFormat(): PostingsFormat
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String