Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
const val BYTE_ARR: Int = 1
Link copied to clipboard
const val DAY: Long
Link copied to clipboard
const val DAY_ENCODING: Int = 192
Link copied to clipboard

Extension of stored fields file

Link copied to clipboard
const val HOUR: Long
Link copied to clipboard
const val HOUR_ENCODING: Int = 128
Link copied to clipboard

Codec name for the index.

Link copied to clipboard

Extension of stored fields index

Link copied to clipboard

Extension of stored fields meta

Link copied to clipboard
const val META_VERSION_START: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val NUMERIC_DOUBLE: Int = 5
Link copied to clipboard
const val NUMERIC_FLOAT: Int = 3
Link copied to clipboard
const val NUMERIC_INT: Int = 2
Link copied to clipboard
const val NUMERIC_LONG: Int = 4
Link copied to clipboard
const val SECOND: Long = 1000
Link copied to clipboard
const val SECOND_ENCODING: Int = 64
Link copied to clipboard
const val STRING: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val VERSION_CURRENT: Int
Link copied to clipboard
const val VERSION_START: Int = 1

Functions

Link copied to clipboard
fun writeTLong(out: DataOutput, l: Long)

Writes a long in a variable-length format. Writes between one and ten bytes. Small values or values representing timestamps with day, hour or second precision typically require fewer bytes.

Link copied to clipboard

Writes a float in a variable-length format. Writes between one and five bytes. Small integral values typically take fewer bytes.

Link copied to clipboard

Writes a float in a variable-length format. Writes between one and five bytes. Small integral values typically take fewer bytes.