quickwit-oss/tantivy
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 99
- Release rhythm 51
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 190.0
- age_days: 3887
- days_rel: 115
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
15992 stars · 980 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Tantivy is a fast full-text search engine library written in Rust, strongly inspired by Apache Lucene's design. It is a crate for building search functionality into applications rather than an off-the-shelf search server.
Use cases
- add full-text search to a Rust application
- build a custom search engine server
- index and query documents with BM25 scoring
- implement phrase and boolean query search
- embed fast search in a command-line tool
- build an alternative to Elasticsearch or Solr
When to choose
- you need a fast, embeddable full-text search engine in Rust
- you want Lucene-like features (BM25, natural query language, phrase queries) without running a separate server
- you need tiny startup time (<10ms) for CLI tools
- you want configurable tokenizers with stemming for many languages
When to avoid
- you need a ready-made distributed search server out of the box (use Quickwit or Elasticsearch instead)
- your project is not in Rust and you don't want FFI bindings
- you only need simple substring matching without indexing
Facets
library · maturity stable
search-engine parser developer-tools rust cross-platform full-text-search lucene-inspired bm25 inverted-index information-retrieval search algorithms
2 sources
- readme: https://github.com/quickwit-oss/tantivy · fetched 2026-08-28 · d8d206705066
- registry_crates: https://crates.io/api/v1/crates/tantivy · fetched 2026-08-29 · f6e0c7f004b1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| quickwit-oss/tantivy | main | 82 |
For agents
markdown · JSON · MCP: product_card(name="quickwit-oss/tantivy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem