(10/12/03 9:29), Ruixiang Zhang wrote:
Hi Koji
Thanks for your reply.
I pasted the wrong link.
Actually I tried this fist http://mydomain.com:8983/solr/dataimport
It didn't work.
The page should be there after installation, right? Did I miss something?
Thanks a lot!
Richard
To work that URL, you have to have a request handler in your solrconfig.xml:
<requestHandler name="/dataimport"
class="org.apache.solr.handler.dataimport.DataImportHandler">
<lst name="defaults">
<str name="config">db-data-config.xml</str>
</lst>
</requestHandler>
If you try DIH for the first time, please read
solr/example/example-DIH/README.txt
and try example-DIH first.
Koji
--
http://www.rondhuit.com/en/