There is the LuSQL tool which Ive used a few times.  

http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql
http://www.slideshare.net/eby/lusql-quickly-and-easily-getting-your-data-from-your-dbms-into-lucene

- Jon

On Apr 7, 2010, at 11:26 PM, bbarani wrote:

> 
> Hi,
> 
> I am currently using DIH to index the data from a database. I am just trying
> to figure out if there are any other open source tools which I can use just
> for indexing purpose and use SOLR for querying.
> 
> I also thought of writing a custom code for retrieving the data from
> database and use SOLRJ to add the data as documents in to lucene. One doubt
> here is that if I use the custom code for retrieving the data and use SOLRJ
> to commit that data, will the schema file be still used? I mean the field
> types / analyzers / tokenizers etc.. present in schema file? or do I need to
> manipulate each data (to fit to corresponding data type) in my SOLRJ
> program?
> 
> Please let me know your thoughts.
> 
> Thanks,
> Barani
> -- 
> View this message in context: 
> http://n3.nabble.com/Is-there-any-other-tool-other-than-DIH-to-index-a-database-tp705002p705002.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to