Member Junction
    Preparing search index...
    • Resolve a segmenter by registration key, falling back safely.

      Configuration is data, and data drifts — a Content Type may name a segmenter that has been renamed or lives in a package this process didn't load. Rather than throw mid-ingestion, an unresolvable key logs and degrades to the fixed-window segmenter, which can segment anything.

      Parameters

      • Optionalkey: string

        registration key from metadata; when omitted the fallback is used.

      • OptionalfallbackKey: string

        key to try before the built-in last resort.

      Returns BaseSegmenter