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.util
/
DocIdSetBuilder
/
BulkAdder
Bulk
Adder
interface
BulkAdder
Utility class to efficiently add many docs in one go.
See also
Doc
Id
Set
Builder.
grow
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
doc
:
Int
)
abstract
fun
add
(
iterator
:
DocIdSetIterator
)
abstract
fun
add
(
docs
:
IntsRef
)