Builder for creating DenseLiveDocs instances with optional pre-computed deleted count.
Builds the DenseLiveDocs instance.
Returns: a new DenseLiveDocs instance
| IllegalArgumentException | if deletedCount is outside valid range [0, maxDoc] | |
withDeletedCount(int deletedCount)Sets the pre-computed deleted document count, avoiding cardinality computation.
| name | type | description |
|---|---|---|
| deleted_count | int | the number of deleted documents |
Returns: this builder