Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lunr-elastic-search

Uses Lunr.js to index and search the knowledge base.

readme

elastic-search

pipeline status npm npm

Documentation

API documentation is available at https://sightreadingfactory-open-source.gitlab.io/elastic-search/docs.

Reports

Installation

For usage in the browser:

Latest version:

<script src="https://unpkg.com/lunr-elastic-search"></script>

Specific version #.#.#:

<script src="https://unpkg.com/lunr-elastic-search@#.#.#"></script>

This will create a global variable LunrSearch which is the class LunrSearch

Usage

Refer to the API docs