Re: Solr Multithreading

2011-06-20 Thread Erick Erickson
OK, *how* does it fail when indexing attachments? What have you tried? Best, Erick On Sun, Jun 19, 2011 at 10:35 AM, Rahul Warawdekar wrote: > Hi, > > I am currently working on a search based project which involves > indexing data from a SQL Server database including attachments using > DIH. > F

Solr Multithreading

2011-06-19 Thread Rahul Warawdekar
Hi, I am currently working on a search based project which involves indexing data from a SQL Server database including attachments using DIH. For indexing attachments (varbinary DB objects), I am using TikaEntityProcessor. I am trying to use the multithreading to speed up the indexing but it seem