data import not working for loading data from machine #60
Unanswered
saimanikanta73
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have followed the steps closely except for the dataconfig file, which I have used my own code. when I run the dataimport command, the following is the message displayed and no data transfer taking place.
curl http://localhost:8983/solr/trialDIH/dataimport?command=full-import\&commit=True
{
"responseHeader":{
"status":0,
"QTime":12
},
"initArgs":["defaults",["config","data-config.xml"]],
"command":"full-import",
"status":"idle",
"importResponse":"",
"statusMessages":{ }
the following is the code of data-config.xml
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions