@yoch/frozenminisearch v1.3.0
    Preparing search index...

    Interface FrozenIndexBuilderHints

    interface FrozenIndexBuilderHints {
        estimatedDocumentCount?: number;
        estimatedPostingsPerSlot?: number;
    }
    Index

    Properties

    estimatedDocumentCount?: number

    Pre-size per-document arrays when the final document count is known upfront. Passed to FrozenMiniSearch.fromAsyncIterable or createFrozenIndexBuilder.

    estimatedPostingsPerSlot?: number

    Hint for initial growable posting column capacity per (term, field) slot.