Re: Data Import Handelr Question

2014-04-27 Thread Erick Erickson
This might be helpful: http://searchhub.org/2012/02/14/indexing-with-solrj/ It combines using Tika for structured documents and using a JDBC connector, but extracting the DB-specific stuff should be quite easy. Best, Erick On Sun, Apr 27, 2014 at 7:24 AM, Yuval Dotan wrote: > Thanks Shawn > > I

Re: Data Import Handelr Question

2014-04-27 Thread Yuval Dotan
Thanks Shawn In your opinion, what do you think is easier, writing the importer from scratch or extending the DIH (for example: adding the state etc...)? Yuval On Thu, Apr 24, 2014 at 6:47 PM, Shawn Heisey wrote: > On 4/24/2014 9:24 AM, Yuval Dotan wrote: > >> I want to use the DIH component

Re: Data Import Handelr Question

2014-04-24 Thread Shawn Heisey
On 4/24/2014 9:24 AM, Yuval Dotan wrote: I want to use the DIH component in order to import data from old postgresql DB. I want to be able to recover from errors and crashes. If an error occurs I should be able to restart and continue indexing from where it stopped. Is the DIH good enough for my