django-haystack/django-haystack
Modular search for Django observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 98
- Release rhythm 55
- Longevity 100
Flags: no_license
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: n/a
- age_days: 6425
- days_rel: 90
- days_push: 12
- n_releases_24m: 1
Adoption not part of the score
3734 stars · 1312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Haystack is a modular search library for Django that provides a unified API for plugging in different search backends such as Solr, Elasticsearch, Whoosh, and Xapian. It supports advanced features like faceting, More Like This, highlighting, spatial search, and spelling suggestions without modifying your code when switching backends.
Use cases
- add full-text search to a Django app
- swap search engines without rewriting search code
- implement faceted search on Django models
- add spelling suggestions and highlighting to site search
- index Django models into Elasticsearch or Solr
- add spatial/geographic search to a Django project
When to choose
- you use Django and want a consistent, model-based search API across multiple search backends
- you need features like faceting, More Like This, highlighting, or spelling suggestions out of the box
- you want to avoid vendor lock-in to a single search engine
When to avoid
- you are not using Django, since Haystack is tightly coupled to it
- you need modern vector/semantic search rather than traditional full-text search
- you prefer direct, fine-grained control over a specific search engine's native client
Facets
library · maturity active
search-engine web-framework web-development backend python django full-text-search elasticsearch solr whoosh xapian faceting spatial-search search web-server
3 sources
- readme: https://github.com/django-haystack/django-haystack · fetched 2026-08-28 · fd4945dc8d55
- homepage: http://haystacksearch.org/ · fetched 2026-08-29 · c35fde7e0a55
- registry_pypi: https://pypi.org/pypi/django-haystack/json · fetched 2026-08-29 · c3640a3d8ced
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| django-haystack/django-haystack | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="django-haystack/django-haystack")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem