On Aug 6, 7:47 pm, cesco <[EMAIL PROTECTED]> wrote:
> Hi,
>
> is there any rough estimate on when the full-text indexing branch will
> be integrated into trunk?

You can already use full text indexing in Django with the excellent
Sphinx search engine [1]. There's some code on DjangoSnippets [2], and
I have a slimmer version that additionally uses Sphinx's abstract
engine to generate contextual excerpts for results.

Sphinx is pretty easy to set up, and *very* fast. It integrates nicely
with MySQL and PostgreSQL, or with a bit of fiddling with anything
that can be exported as XML.

Ludo


[1] http://sphinxsearch.com/
[2] http://www.djangosnippets.org/snippets/231/


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