Changes between Version 8 and Version 9 of TextIndexingAbstractionLayer
- Timestamp:
- Jul 8, 2008, 11:02:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TextIndexingAbstractionLayer
v8 v9 48 48 49 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 supported50 * 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 51 * lucene has a [http://pylucene.osafoundation.org/ python implementation] which could be brushed into shape 52 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