lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.search
/
MultiPhraseQuery
/
UnionPostingsEnum
/
PositionsQueue
Positions
Queue
class
PositionsQueue
queue of terms for a single document. its a sorted array of all the positions from all the postings
Members
Constructors
Positions
Queue
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
i
:
Int
)
clear
Link copied to clipboard
fun
clear
(
)
next
Link copied to clipboard
fun
next
(
)
:
Int
size
Link copied to clipboard
fun
size
(
)
:
Int
sort
Link copied to clipboard
fun
sort
(
)