Re: DIH batch job

2010-07-08 Thread Lance Norskog
There is no batch job scheduling in Solr. You will have to script this with your OS tools (probably the 'cron' program). Tika is integrated into the DataImportHandler in Solr 1.5. This gives you flexibility in indexing and is worth extra effort. On Thu, Jul 8, 2010 at 10:48 AM, Sanjeev Kakar wro

DIH batch job

2010-07-08 Thread Sanjeev Kakar
Hi, We are trying to import data from the ORACLE database into Solr 1.4 for free text search and would like to provide a faceted search experience. There are files on the network which we are indexing as well. We are using the DIH for indexing the data from the database and have writte