Any thoughts on using PostgreSQL built-in full text search ?
On Jul 29, 5:49 pm, "dlvosse...@gmail.com"
wrote:
> 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 dja
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 djan
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
On Tue, Jul 28, 2009 at 1:58 PM, Torsten
Bronger wrote:
>
> Hallöchen!
>
> Russell Keith-Magee writes:
>
>> [...]
>>
>> As one data point - I use Sphinx fairly extensively at work. During
>> development, I looked at Lucene as well, in the form of Solr (which is
>> a nice wrapper around Lucene).
>
Hallöchen!
Russell Keith-Magee writes:
> [...]
>
> As one data point - I use Sphinx fairly extensively at work. During
> development, I looked at Lucene as well, in the form of Solr (which is
> a nice wrapper around Lucene).
I program a bibliography manager with Django. Users are able to
uploa
On Mon, Jul 27, 2009 at 11:14 PM, alex finn wrote:
>
> Hello,
>
> I'm working on a huge django-based application that heavily utilizes
> full-text search. Up until now I've been using external search service
> built using SOLR that is deployed separately.
> The problem is with such an approach I n
Hello,
I'm working on a huge django-based application that heavily utilizes
full-text search. Up until now I've been using external search service
built using SOLR that is deployed separately.
The problem is with such an approach I need to maintain 2 different
environments - one for python/django
7 matches
Mail list logo