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:
>
> 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.PythonThread).

This was recently brought up on the pylucene mailing list:

http://lists.osafoundation.org/pipermail/pylucene-dev/2006-December/001468.html

It's to do with the incompatible threading models. I'd be tempted to set
up a seperate server for the pylucene stuff and get django to interface
with that via http or such, if you make a nice protocol then you could
replace the backend search technology without having to change anything
in the django code.

Also, it might be wirth having a look at xapian for search stuff, it's
not got the java ties and looks really rather interesting:
        http://www.xapian.org/

Cheers,
--
Brett Parker

>


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