lunr-elastic-search
v0.4.15
Published
Uses Lunr.js to index and search the knowledge base.
Downloads
214
Readme
elastic-search
Documentation
API documentation is available at https://sightreadingfactory-open-source.gitlab.io/elastic-search/docs.
Reports
- Unit tests: https://sightreadingfactory-open-source.gitlab.io/elastic-search/reports/unit
- Coverage: https://sightreadingfactory-open-source.gitlab.io/elastic-search/reports/coverage
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