Changes between Version 7 and Version 8 of TextIndexingAbstractionLayer


Ignore:
Timestamp:
Jul 7, 2008, 10:17:13 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TextIndexingAbstractionLayer

    v7 v8  
    4545Are not yet fully functional; this is about 50% complete.
    4646
     47More info from the author in [http://blog.case.edu/bmb12/2006/08/merquery_summer_of_code_results this blog post].
    4748
    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
Back to Top