On Wed, 21 Feb 2007, Benoit Chesneau wrote:
I'm interrested in using pylucene in an indexation project. Is there any possibility to index data in a mysql database with it ? Or is it better to index with java lucene then use python only to retrieve data ?
Lucene (Java or Python) is not a SQL database client. As long as you extract the data first you can use either to do the indexing. For more information ask [email protected] Andi.. _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
