Modular search for Django
Complete & included with Haystack.
Complete & included with Haystack.
Backend | SearchQuerySet Support | Auto Query Building | More Like This | Term Boost | Faceting | Stored Fields | Highlighting |
---|---|---|---|---|---|---|---|
Solr | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
Lucene | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
Whoosh | Yes | Yes | No | Yes | No | Yes | Yes |
The following are search backends that would be nice to have in Haystack but are licensed in a way that prevents them from being officially bundled. If the community expresses interest in any of these, there may be future development.
Complete but not included with Haystack.
Backend | SearchQuerySet Support | Auto Query Building | More Like This | Term Boost | Faceting | Stored Fields | Highlighting |
---|---|---|---|---|---|---|---|
Xapian | Yes | Yes | Yes | Yes | Yes | Yes | Yes (plugin) |
Sphinx | Yes | Yes | No | Yes | No | Yes | Yes |
Hyper Estraier | Yes | Yes | Yes | No | No | No | Yes (plugin) |