[pylucene-dev] PyLucene in CherryPy
Mike Klaas
mike.klaas at gmail.com
Thu Jul 6 17:30:43 PDT 2006
> NXLucene is *standalone* (not Zope related !) multi-threaded
> Lucene-based text indexing server using Twisted and PyLucene. It may be
> of interest in your case, I don't know.
Another option is solr (http://incubator.apache.org/solr/). It is a
standalone lucene server with scads of improvements (including
optiomizations, automatic cache management, etc). You interface with
it via XML http requests, which is quite straightforward in python.
-Mike
More information about the pylucene-dev
mailing list