Re: ANNOUNCE: Django search with Lucene.

2008-07-15 Thread Spike^ekipS
Hi, Ben. I already knew that project, djangosearch and at first my first candidate to use lucene in django is also djangosearch :) but it is under early stage of development and I need the one, which is /* more integrated with django queryset */, not raw lucene query, so I determined to write my

Re: ANNOUNCE: Django search with Lucene.

2008-07-15 Thread free won
mark it. thanks for your share. -- Vince Lombardi - "Winning is habit. Unfortunately, so is losing." --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: ANNOUNCE: Django search with Lucene.

2008-07-15 Thread Ben Firshman
You might be interesting in my GSoC project! http://code.google.com/p/djangosearch/ Apparently PyLucene has problems with threading, which is why it is not a priority for djangosearch. Have you run into anything like that? Ben On 15 Jul 2008, at 06:45, Spike^ekipS wrote: > > Hi, django user

Re: ANNOUNCE: Django search with Lucene.

2008-07-15 Thread Spike^ekipS
I did not test with fcgi, I'm running 'django search with lucene' in the Twisted Web2, but new pylucene(PyLucene with JCC) support the attachCurrentThread(and detachCurrentThread) for Thread-SAFE and the Django search with Lucene was tested in thread environment(index writing and reading). I read

Re: ANNOUNCE: Django search with Lucene.

2008-07-14 Thread vicalloy
2008/7/15, Spike^ekipS <[EMAIL PROTECTED]>: > > > Hi, django users and developers. > > I'm happy to let you know my django application, Django search with > Lucene(DSL). I try > to tighly integrate the Lucene with Django, so I find the way to use > lucene easily in Django. > > Django search with Lu

ANNOUNCE: Django search with Lucene.

2008-07-14 Thread Spike^ekipS
Hi, django users and developers. I'm happy to let you know my django application, Django search with Lucene(DSL). I try to tighly integrate the Lucene with Django, so I find the way to use lucene easily in Django. Django search with Lucene(DSL) supports, * indexing object automatically when obj