Re: Solr 4 dataimport problem.

2012-08-19 Thread Erick Erickson
SolrJ is completely irrelevant for using DIH, the only time you need it would be if you're going to write a Java program to push data into your index. Which can be done using a JDBC driver to connect to your SQL server and then pushing docs to Solr, see:

Re: Solr 4 dataimport problem.

2012-08-18 Thread Gora Mohanty
On 18 August 2012 19:50, Val val.hoff...@gmail.com wrote: Hi all, I'm having trouble using dataimport, so maybe you can help me. I've downloaded beta version of Solr 4. I already posted a question

Re: Solr 4 dataimport problem.

2012-08-18 Thread Val
Hi Gora, First of all thank you, and I will try to look closely at example-DIH (so I guess the rest of my email can be ignored), thanks! I'm using DataImportHandler as it's described here: http://wiki.apache.org/solr/DataImportHandler. And I have the binary distribution, not the compiled one. I