Backstage
    Preparing search index...

    Lunr specific search engine implementation.

    Implements

    Index
    docStore: Record<string, IndexableDocument>
    highlightPostTag: string
    highlightPreTag: string
    lunrIndices: Record<string, lunr.Index> = {}
    translator: QueryTranslator = ...