Description
Connects Django-Haystack search code to the Xapian search engine. It helps Django projects use Xapian for indexing and querying site content through Haystack's common search interface.
Developers use it as a backend adapter inside web applications. Keep search indexes synchronized with the database, and avoid exposing private content through search results.