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 seems to fail when indexing attachments, even after appying a few Solr fix patches. My question is, Is the current multithreading feature stable in Solr 3.1 or it needs further enhancements ? -- Thanks and Regards Rahul A. Warawdekar