Backstage
    Preparing search index...

    Lunr specific search engine implementation.

    Implements

    Index

    Constructors

    Properties

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

    Methods