# fergiemcdowall/search-index

A persistent, network resilient, full text search library for the browser and Node.js

Repository: https://github.com/fergiemcdowall/search-index
Canonical: https://ross.abutalabs.com/products/search-index
Language: JavaScript
License: MIT
License Family: permissive
Topics: search, nlp, offline-first
Last push: 2026-08-19T11:25:33+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 66, longevity 100
- inputs: {"age_days": 4808, "days_push": 14, "days_rel": 19, "gap_med": 352.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1421, forks 148 (observed 2026-08-28T04:04:40.722869+00:00)

## What it is
A persistent, network-resilient full-text search library for JavaScript that runs in both the browser and Node.js. It lets developers build and query an inverted search index locally without needing a server-side search engine.

## Use cases
- add full-text search to a static site or web app
- build offline-first search that works without a network
- index and query JSON documents in Node.js
- embed a search engine in the browser without a backend
- create a persistent local search index for an app
- search documents client-side with no server dependency

## When to choose
- you need client-side or offline search without running a search server
- you want a lightweight embedded full-text index in JavaScript
- your dataset is small-to-medium and persistence in the browser or Node is important

## When to avoid
- you need distributed, multi-node search at large scale (use Elasticsearch or similar)
- you need advanced relevance tuning, faceting, or clustering out of the box
- your stack is not JavaScript

## Facets
- artifact type: library
- maturity: stable
- function: search-engine, nlp, serialization
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: full-text-search, offline-first, persistent-index, javascript, search, natural-language-processing, nodejs

## Member repositories
- fergiemcdowall/search-index (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.722869+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:45.543266+00:00, confidence not recorded.
  - readme: https://github.com/fergiemcdowall/search-index (fetched 2026-08-28T04:04:40.722869+00:00, sha e0bd62ad3afa)
  - registry_npm: https://registry.npmjs.org/search-index (fetched 2026-08-29T11:50:16.765488+00:00, sha b6f02d1412d4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
