Options to control auto vacuum behavior. When discarding a document with
MiniSearch#discard, a vacuuming operation is automatically started if
the dirtCount and dirtFactor are above the minDirtCount and
minDirtFactor thresholds defined by this configuration. See VacuumConditions for details on these.
Also, batchSize and batchWait can be specified, controlling batching
behavior (see VacuumOptions).
Options to control auto vacuum behavior. When discarding a document with MiniSearch#discard, a vacuuming operation is automatically started if the
dirtCount
anddirtFactor
are above theminDirtCount
andminDirtFactor
thresholds defined by this configuration. See VacuumConditions for details on these.Also,
batchSize
andbatchWait
can be specified, controlling batching behavior (see VacuumOptions).