Re: Pylucene

2007-11-28 Thread VK
Thanks Jarek. I appreciate sharing your thoughts on this matter. VK On Nov 28, 2007 3:49 AM, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] napisał(a): > > > It would be very helpful to know if the Django Dev. team has any plans > > to include support for > > Pylucene/ Django.contr

Re: Pylucene

2007-11-28 Thread Jarek Zgoda
[EMAIL PROTECTED] napisał(a): > It would be very helpful to know if the Django Dev. team has any plans > to include support for > Pylucene/ Django.contrib.search feature in the near future? PyLucene poses very specific problems. Basically, there are 2 flavors, GCJ-based PyLucene and newer JCC-ba

Re: Pylucene

2007-11-27 Thread Thejaswi Puthraya
On Nov 28, 6:42 am, [EMAIL PROTECTED] wrote: > Hello, > > It would be very helpful to know if the Django Dev. team has any plans > to include support for > Pylucene/ Django.contrib.search feature in the near future? There is already a branch that has been created for addding FullTextSearch capabi

Re: PyLucene

2006-12-30 Thread Joseph Heck
It's completely off the django/python track, but if you're thinking of a completely separate server, take a look at Apache's SOLR project (a search web-service backended with Lucene) -joe On 12/30/06, Brett Parker <[EMAIL PROTECTED]> wrote: On Thu, Dec 28, 2006 at 08:53:43PM -0800, Cam wrote:

Re: PyLucene

2006-12-30 Thread [EMAIL PROTECTED]
I've used Lupy - old DivMod project. A howto is here: http://www.rkblog.rk.edu.pl/w/p/django-lupy/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

Re: PyLucene

2006-12-30 Thread Cam
Thanks Brett, I found the mailing list after I posted, which always seems the way :) I've got it up and running using fcgi & lighttpd which benchmarks about 10% quicker than my mod_python install for the rest of the app, with the bonus that text searching actually works. I've used xapian for a

Re: PyLucene

2006-12-30 Thread Brett Parker
On Thu, Dec 28, 2006 at 08:53:43PM -0800, Cam wrote: Hi, Has anyone managed to get PyLucene working with Django? It all works perfectly in unittests etc., but I using the development server import PyLucene causes python to crash (I suspect because the thread doesn't subclass PyLucene.PythonTh