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
/
DocsQueue
Docs
Queue
class
DocsQueue
(
size
:
Int
)
:
PriorityQueue
<
PostingsEnum
>
disjunction of postings ordered by docid.
Members
Constructors
Docs
Queue
Link copied to clipboard
constructor
(
size
:
Int
)
Functions
add
Link copied to clipboard
fun
add
(
element
:
PostingsEnum
)
:
PostingsEnum
?
add
All
Link copied to clipboard
fun
addAll
(
elements
:
MutableCollection
<
PostingsEnum
>
)
clear
Link copied to clipboard
expect
fun
clear
(
)
insert
With
Overflow
Link copied to clipboard
fun
insertWithOverflow
(
element
:
PostingsEnum
)
:
PostingsEnum
?
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
PostingsEnum
>
less
Than
Link copied to clipboard
open
override
fun
lessThan
(
a
:
PostingsEnum
,
b
:
PostingsEnum
)
:
Boolean
pop
Link copied to clipboard
fun
pop
(
)
:
PostingsEnum
?
remove
Link copied to clipboard
fun
remove
(
element
:
PostingsEnum
)
:
Boolean
size
Link copied to clipboard
expect
fun
size
(
)
:
Int
top
Link copied to clipboard
fun
top
(
)
:
PostingsEnum
top
Or
Null
Link copied to clipboard
fun
topOrNull
(
)
:
PostingsEnum
?
update
Top
Link copied to clipboard
fun
updateTop
(
)
:
PostingsEnum
fun
updateTop
(
newTop
:
PostingsEnum
)
:
PostingsEnum