FieldsIndex

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun checkIntegrity()

Check the integrity of the index.

Link copied to clipboard
abstract override fun clone(): FieldsIndex
Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun getBlockID(docID: Int): Long

Get the ID of the block that contains the given docID.

Link copied to clipboard
abstract fun getBlockLength(blockID: Long): Long

Get the number of bytes of the block with the given ID.

Link copied to clipboard
abstract fun getBlockStartPointer(blockID: Long): Long

Get the start pointer of the block with the given ID.

Link copied to clipboard
fun getStartPointer(docID: Int): Long

Get the start pointer of the block that contains the given docID.