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.index
/
MergeState
/
DocMap
Doc
Map
fun
interface
DocMap
A map of doc IDs.
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
docID
:
Int
)
:
Int
Return the mapped docID or -1 if the given doc is not mapped.