Top "Django-sphinx" questions

django-sphinx is a pluggable django app that implements a layer that functions much like the Django ORM does except it works on top of the Sphinx full-text search engine.

Sphinx Search Engine & Python API

I am trying to use Sphinx Search Engine with their Python API. The installation went fine. But when I use …

python sphinx django-sphinx