ReaderSlice

data class ReaderSlice(val start: Int, val length: Int, val readerIndex: Int)

Subreader slice from a parent composite reader.

Parameters

start

Document ID this slice starts from.

length

Number of documents in this slice.

readerIndex

Sub-reader index for this slice.

Constructors

Link copied to clipboard
constructor(start: Int, length: Int, readerIndex: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
val start: Int