Re: Django Pylucene Mod-python.

2007-04-03 Thread xav4django
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian Holsman a écrit : > put you might want to look at Solr ( http://lucene.apache.org/solr/ ) > which wraps the lucene search engine in a HTTP server. Thx. I will see that. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment:

Re: Django Pylucene Mod-python.

2007-04-03 Thread Ian Holsman
Hi. this isn't exactly an answer for your question (using lucene with mod- python). put you might want to look at Solr ( http://lucene.apache.org/solr/ ) which wraps the lucene search engine in a HTTP server. the benefits are: - scalability - no mucking about with language wrappers like pyluc

Django Pylucene Mod-python.

2007-04-03 Thread xav4django
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Norjee a écrit : > I'm afraid your solution only works when using the development server, > and even then when used in auto_reload mode. You are in true. > I think the easiest solution is to simply execute the functions > interfacing with pylucene in