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
/
DocIdSetIterator
/
Companion
/
range
range
fun
range
(
minDoc
:
Int
,
maxDoc
:
Int
)
:
DocIdSetIterator
A
DocIdSetIterator
that matches a range documents from minDocID (inclusive) to maxDocID (exclusive).