I use crontab :
*15 4 * * * curl -G
"http://ip/solr/collection_x/dataimport?command=full-import&entity=main&commit=true&wt=xml&indent=true&verbose=false&clean=true"
>> CompleteFull.log*
The Response is below:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">6</int>
</lst>
<lst name="initArgs">
<lst name="defaults">
<str name="config">data-config.xml</str>
</lst>
</lst>
<str name="command">full-import</str>
<str name="status">idle</str>
<str name="importResponse"/>
<lst name="statusMessages">
<str name="Total Requests made to DataSource">8</str>
<str name="Total Rows Fetched">7</str>
<str name="Total Documents Skipped">0</str>
<str name="Delta Dump started">2014-06-17 04:00:01</str>
<str name="Identifying Delta">2014-06-17 04:00:01</str>
<str name="Deltas Obtained">2014-06-17 04:00:01</str>
<str name="Building documents">2014-06-17 04:00:01</str>
<str name="Total Changed Documents">7</str>
<str name="Total Documents Processed">0</str>
<str name="Time taken">0:0:0.168</str>
</lst>
<str name="WARNING">This response format is experimental. It is likely to
change in the future.</str>
</response>
I could not understand why not the full import? I use browse it work well.
What is the reason?
thanks.
--
View this message in context:
http://lucene.472066.n3.nabble.com/why-full-import-not-work-well-tp4142193.html
Sent from the Solr - User mailing list archive at Nabble.com.