apache/lucene
Apache Lucene open-source search software observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 85
- 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: 44.0
- age_days: 2017
- days_rel: 21
- days_push: 7
- n_releases_24m: 15
Adoption not part of the score
3550 stars · 1422 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Apache Lucene is a high-performance, full-featured text search engine library written in Java, providing indexing, search, spellchecking, hit highlighting, and advanced analysis/tokenization. It is the search core underlying Apache Solr, Elasticsearch, and OpenSearch, with a PyLucene Python binding also available.
Use cases
- add full-text search to my application
- build an inverted index over documents
- implement ranked keyword search with highlighting
- add autocomplete and spell correction to search
- embed a search engine in a Java backend
- index and query millions of documents fast
When to choose
- you need a fast, embeddable search library in the JVM ecosystem
- you are building your own search server or database on top of a proven core
- you need fine-grained control over indexing, analysis, and scoring
When to avoid
- you want a ready-to-run search server with REST APIs - use Solr, Elasticsearch, or OpenSearch instead
- your project is not on the JVM and PyLucene bindings are insufficient
- you only need simple database full-text search features
Facets
library · maturity stable
search-engine parser nlp databases developer-tools jvm cross-platform full-text-search indexing information-retrieval tokenization spellchecking hit-highlighting vector-search pylucene search
2 sources
- readme: https://github.com/apache/lucene · fetched 2026-08-28 · 5ab54445ff3a
- homepage: https://lucene.apache.org/ · fetched 2026-08-29 · a3009cd4a31e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/lucene | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem