I m facing Problem with Dataimport in Solr. if i call this Link
http://localhost:8983/solr/dataimport?command=full-import&clean=false
showing Error
HTTP ERROR 404
Problem accessing /solr/dataimport. Reason:
NOT_FOUND
I have follow Same as per Solr suggestion with this link
http://wiki.apache.org/solr/DataImportHandler
My Configuration Looks like:-
1. in solrconfig.xml
< requestHandler name="/dataimport" class="org.apache.solr.handler.dataimport.DataImportHandler">
< lst name="defaults">
<str name="config">data-config.xml< /str>
< /lst>
< /requestHandler>
2. in data-config.xml (its in same folder of solrconfig.xml)
< dataConfig>
< dataSource type="JdbcDataSource"
driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
url="jdbc:127.0.0.1;databaseName=testsolr"
user="testsolr"
password="12345678"/>
< document name="Product">
< entity name="Item_ID" query="select Item_ID from item">
< /entity>
< /document>
< /dataConfig>
3. in Lib folder (donwloaded the Microsoft JDBC SQL Connector)
I have putted "sqljdbc4.jar" file in Lib folder
after that i started the solr but still i m getting Same error.
Any help will be greatly appreciated.
Thanks a lot.
Check whether you are recieving "Welcome to solr" page on entering
"http://localhost:8080/solr/"
on bowser.
If it is not having any issue means try with this query..
http://localhost:8983/solr/admin/dataimport?command=full-import&clean=false
In case if you are using multicore add it to your query,
http://localhost:8983/solr/**yourcore**/admin/dataimport?command=full-import&clean=false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With