PositionsQueue

queue of terms for a single document. its a sorted array of all the positions from all the postings

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun add(i: Int)
Link copied to clipboard
fun clear()
Link copied to clipboard
fun next(): Int
Link copied to clipboard
fun size(): Int
Link copied to clipboard
fun sort()