weixsong/elasticlunr.js
Based on lunr.js, but more flexible and customized. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4094
- days_rel: n/a
- days_push: 1362
- n_releases_24m: 0
Adoption not part of the score
2066 stars · 152 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Elasticlunr.js is a lightweight full-text search engine library written in JavaScript, forked from Lunr.js with added flexibility. It supports query-time boosting, field search, boolean models, and Elasticsearch-like scoring, designed for browser and offline search over small document collections.
Use cases
- add search to a static website without a backend
- implement offline search in a mobile app or downloaded documents
- index a few thousand documents in Node.js without deploying Elasticsearch
- search specific fields of JSON documents with per-field boosting
- build a client-side search index that loads in the browser
When to choose
- you need lightweight, dependency-free full-text search in the browser or Node.js
- your corpus is small (thousands of documents) and a server-side search engine is overkill
- you want query-time boosting and field-level search configuration
- you need offline or low-bandwidth search functionality
When to avoid
- you need to index large corpora or scale horizontally - use Elasticsearch or Solr
- you need multilingual support beyond what the pipeline provides
- you need active maintenance and recent updates - the maintainer is seeking new maintainers
- you need faceted search, highlighting, or other advanced search features
Facets
library · maturity maintenance
search-engine nlp web-development browser full-text-search offline-search client-side-search inverted-index query-time-boosting lunr-fork search natural-language-processing nodejs javascript
6 sources
- readme: https://github.com/weixsong/elasticlunr.js · fetched 2026-08-28 · 8de977241bdd
- homepage: http://elasticlunr.com · fetched 2026-08-29 · 1d25d3c60564
- site_page: http://elasticlunr.com/docs/index.html · fetched 2026-08-29 · 2ce3e60e412e
- site_page: http://elasticlunr.com/docs/pipeline.js.html · fetched 2026-08-29 · e221e2b78188
- site_page: http://elasticlunr.com/docs/stop_word_filter.js.html · fetched 2026-08-29 · 1437b258f519
- site_page: http://elasticlunr.com/docs/stemmer.js.html · fetched 2026-08-29 · cdfe4903dc65
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| weixsong/elasticlunr.js | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="weixsong/elasticlunr.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem