Hi,

I'm looking at all the available solutions to implement a full text
index for django models and I found various projects at different
stages of maturity but none of them seems to have a strong community
support ... so here is the list along with my comments (and last
commit time) ... it any of you has some advice or feedback on any of
those (or can propose an alternative solution), I'll be glad to here
from you!

* django-search-lucene (http://code.google.com/p/django-search-lucene)
no issues ... wiki not updated since django 1.0
last commit : aug 08

* djapian (http://code.google.com/p/djapian)
seems fairly active (not much issues added / resolved though)
last commit : oct 08

* django-sphinx (http://code.google.com/p/django-sphinx)
sphinx looks like it's the most difficult backend to setup
last commit : oct 08

* using database full text index
postgresql (in code since release 8.3) and mysql have full text
indexes

* djangosearch (http://code.google.com/p/djangosearch)
multi backend (Solr being the preferred). Wiki says to be used in
production but "API still very unstable"
last commit : oct 08

* django-search (http://code.google.com/p/django-search/)
does not seems to be very active
last commit : may 08

My understanding is that djangosearch and djapian are the most
interesting projects at the moment ...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to