I've had good luck with solr.  It's basically an http rest interface
to your Lucene index.  So, this way you can avoid all the threading
issues and whatnot that crop up with pylucene.  It's java based, so I
guess it'll run on windows.

http://lucene.apache.org/solr/
http://wiki.apache.org/solr/


On Jan 11, 10:46 am, mamcxyz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Because the issue 
> herehttp://www.opensolaris.org/jive/post!reply.jspa?messageID=192094
> I need a working & viable alternative to pyLucene that:
>
> - Work on Solaris & Windows (A must) and maybe linux
> - Open source/Free
> - Search engine library
> - Basic NOT, AND, OR
> - Reasonable fast for work under a VPS with 256 RAM.
> - Easy to integrate with python
--~--~---------~--~----~------------~-------~--~----~
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