Re: Solr and Oracle

2006-11-23 Thread Michael Imbeault
I index documents I have in a mysql database via xml. You can build your xml documents on the fly with the data from your database and index that, no problem at all. Michael Imbeault CHUL Research Center (CHUQ) 2705 boul. Laurier Ste-Foy, QC, Canada, G1V 4G2 Tel: (418) 654-2705, Fax: (418) 654-

Solr and Oracle

2006-11-23 Thread Nicolas St-Laurent
Hi, Does someone use Solr to index/search in a database instead of XML documents ? I search for information about this and I don't find any. Actually, I index huge Oracle tables with Lucene with a custom made indexer/search engine. But I would prefer to use Solr instead. If someone can gi