Changes between Version 8 and Version 9 of TextIndexingAbstractionLayer


Ignore:
Timestamp:
Jul 8, 2008, 11:02:38 PM (16 years ago)
Author:
barryp
Comment:

Fix broken URL

Legend:

Unmodified
Added
Removed
Modified
  • TextIndexingAbstractionLayer

    v8 v9  
    4848
    4949== 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
     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
    5151  * lucene has a [http://pylucene.osafoundation.org/ python implementation] which could be brushed into shape
    5252  * 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