I am looking to provide search. All content is in MYSQL DB in innodb tables. That rules out Mysql full text search option, which would have been my first choice.
Other option I am looking at it is Sphinx search with django-sphinx. Any experiences with it good and bad? Other thing I looked at is Haystack, but I do not want to run and maintain Solr. Xapien or Whoosh with Haystack is second choce after Sphinx. Any pros or cons I need to consider before making a decision? I am looking for 1) Full Text search over MYSQL innodb tables ( which are all available as Django Models) 2) Reasonably good performance 3) Low Maintenance 4) Low memory usage 5) Very reliable solution. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.