Being inside database transactions is a good reason to use database's
full text index ... but the sake of simplicity, a full text index
created by python code inside the models declaration (easily
maintainable) would be nice ...

> Since all external full text indexing (sphinx, lucene) won't be part of
> the database transaction,
> I choose the full text index of postgres.
>
> I wrote an own to_tsvector method in python, instead of customizing
> the to_tsvector method of postgres.

--~--~---------~--~----~------------~-------~--~----~
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