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
-
67 was committed 3 days, 7 hours ago.
enabled reset commands again
-
66 was committed 1 week ago.
after more testing cutoff doesn’t work very well as you lose total # of results available; deprecated most of the initial index options and replaced them set set_options
-
65 was committed 1 week ago.
changed use of cutoff
-
64 was committed 1 week ago.
should have been max not min
-
63 was committed 1 week ago.
fixed an issue with max matches; added support for cutoff
-
62 was committed 1 week ago.
removed a pyc
-
61 was committed 1 week, 2 days ago.
safetey net
-
60 was committed 1 week, 2 days ago.
removed id_query (too slow to be useful); added potential composite pk support (per possible upcoming patch)
-
59 was committed 1 week, 2 days ago.
added support for ‘id_query’ attribute, which is needed for id calculations used in such things as composite pks
-
58 was committed 1 week, 5 days ago.
Unneeded import