Sidebar Network

django-sphinx A layer for full-text search engine using MySQL and Python.

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 Homehttp://code.google.com/p/django-sphinx/
Grab the Repository – svn checkout http://django-sphinx.googlecode.com/svn/trunk/
 

Recent Commits

  • 83 was committed 2 days, 11 hours ago.
    set_options now properly returns self when called.
  • 82 was committed 2 weeks ago.
    #20 Add search passages. Added _get_sphinx_client() method. Added some initial logging of results returned. Added .sphinx accessor when attribute is not already present.
  • 81 was committed 2 weeks ago.
    Added Sphinx 0.9.9 API
  • 80 was committed 2 months, 2 weeks ago.
    Fixed .count() for SphinxQuerySet when not attached to a model #21
  • 79 was committed 3 months, 1 week ago.
    cleanup some integer handling
  • 78 was committed 3 months, 1 week ago.
    coersion to ints to attempt to fix #17
  • 77 was committed 3 months, 1 week ago.
    fix for #10: removed __call__ usage as it doesn’t apply
  • 76 was committed 3 months, 1 week ago.
    fix for #18: changed count to use _sphinx[‘total_found’]
  • 75 was committed 3 months, 3 weeks ago.
    fixed a few deprecated values in 0.98 api generation
  • 74 was committed 3 months, 3 weeks ago.
    tweaked pk routine to work on composite pks branch