The Basics
This is a layer that functions much like the Django ORM does except it works on top of the Sphinx (http://www.sphinxsearch.com) full-text search engine.
Please Note: You will need to create your own sphinx indexes and install sphinx on your server to use this app.
Project Home – http://code.google.com/p/django-sphinx/Grab the Repository – svn checkout http://django-sphinx.googlecode.com/svn/trunk/
Recent Commits
-
113 was committed 2 weeks, 1 day ago.
api278 was not included in setup.py
-
112 was committed 1 month ago.
#41 Fix for __in lookups
-
111 was committed 2 months, 2 weeks ago.
#36 Resolved an issue with empty result sets in some queries.
-
110 was committed 2 months, 2 weeks ago.
Renamed project
-
109 was committed 2 months, 2 weeks ago.
#35 Fix for pgsql engine.
-
108 was committed 3 months, 1 week ago.
#30 add support for __in lookups.
-
107 was committed 3 months, 1 week ago.
#19 No more caching of SphinxClient as _client
-
106 was committed 3 months, 1 week ago.
#31 Added PointField (pgsql) support to configuration generation. Moved current templates into current folder. Moved 0.97 templates into api263 folder. #29 Replace _model with model for generic views.
-
105 was committed 3 months, 1 week ago.
#34 Fixed content_type queries with missing rows from index.
-
104 was committed 3 months, 1 week ago.
Possibly fix for paginator issues. Fixed instance.search.update(). Added get_query_set (not used yet) to SearchManager. (This commit is completely untested as of now)