Skip to content

fex80/lunr.js

 
 

Repository files navigation

Lunr.js

"A bit like Solr, but much smaller and not as bright."

Adapted from olivernn/lunr.js

Probably, is not the package you are looking for. Please consider using the upstream package.

Description

Lunr.js is a small, full-text search library. It indexes JSON documents and provides a simple search interface for retrieving documents that best match text queries.

Contributing

Please consider contributing to the upstream project.

Releasing

  • update types in index.d.ts as needed
  • update version in file /VERSION
  • update changelog in /CHANGELOG
  • make clean all release
    • Note: Vulnerabilities usually don't matter as we only have dev dependencies
  • ./build/release.sh

About

A bit like Solr, but much smaller and not as bright

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.2%
  • HTML 5.6%
  • Other 2.2%