48 | | More info from the author in [http://blog.case.edu/bmb12/2006/08/merquery_summer_of_code_results this blog post]. |
| 49 | == Related Projects == |
| 50 | * for those on postgres, it may be possible to kludge it together natively using [http://barryp.org/blog/entries/postgresql-full-text-search-django/postgres full-text indexes], even though only MySQL MyISAM is usually supported |
| 51 | * lucene has a [http://pylucene.osafoundation.org/ python implementation] which could be brushed into shape |
| 52 | * there is an actively maintained [http://code.google.com/p/django-sphinx/ handy wrapper] for [http://www.sphinxsearch.com/ sphinx] search which turns the index into a django ORM field, which looks very natural in django idiom |