I've recently adopted the use of xapian for full text search, via the
djapian django app which works like a charm. Xapian is written in C++
with python bindings, and with the djapian app u can stay within the
django realm; e.g. updating the index can be done with manage.py
index..

When using django, djapian seems to be the best option to integrate
full text search (i'm using it with a postgresql db).

I'm interested in what you think, as i haven't seen anyone mention
xapian/djapian so far. I looked a bit into sphinx as well, but it
seems djapian is far more easily set up, but i have no idea
performancewise.

Anyone any thoughts/experience with xapian/djapian?

thanks,
Domenic




On Jul 28, 6:10 pm, alex finn <fin...@gmail.com> wrote:
> Thanks for your replies, it is useful.
>
> Has anyone used whoosh in production so far? Any ideas about it's
> performance?
>
> Alex.

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to