BulkAdder

interface BulkAdder

Utility class to efficiently add many docs in one go.

See also

Functions

Link copied to clipboard
abstract fun add(doc: Int)
abstract fun add(iterator: DocIdSetIterator)
abstract fun add(docs: IntsRef)