Circle V2 API Docs
    Preparing search index...

    Type Alias FuzzyMatchOptions

    type FuzzyMatchOptions = {
        threshold?: number;
        windowBand?: number;
    }
    Index

    Properties

    threshold?: number

    Minimum Sørensen–Dice similarity a document window must reach to count as a fuzzy match. At 1 (the default) the fuzzy pass is skipped entirely and matching is exact-only.

    windowBand?: number

    Half-width, in words, of the band of window sizes tried around the needle's word count. A band of 2 (the default) absorbs the odd inserted or dropped word.