Re: Using data-config.xml from DIH in SolrJ

2013-11-14 Thread P Williams
Hi, I just discovered UpdateProcessorFactory in a big way. How did this completely slip by me? Working on two ideas. 1. I have used the DIH in a local EmbeddedSolrServer previously. I could writ

Re: Using data-config.xml from DIH in SolrJ

2013-11-14 Thread Erick Erickson
There's nothing that I know of that takes a DIH configuration and uses it through SolrJ. You can use Tika directly in SolrJ if you need to parse structured documents though, see: http://searchhub.org/2012/02/14/indexing-with-solrj/ Yep, you're going to be kind of reinventing the wheel a bit I'm af