Hi,
There is something wierd :
I've plan cron job every 5mn which heat delta-import's url and works fine :
The point is : It does look like if it doesn't check every data for updating
or creating a new one :
Because every 5mn the delta importa is started again : (even like if
delta-import is not done)

<str name="status">idle</str>
<str name="importResponse"/>
−
<lst name="statusMessages">
<str name="Time Elapsed">0:2:23.885</str>
<str name="Total Requests made to DataSource">1</str>
<str name="Total Rows Fetched">1863146</str>
<str name="Total Documents Processed">0</str>
<str name="Total Documents Skipped">0</str>
<str name="Delta Dump started">2008-09-22 17:40:01</str>
<str name="Identifying Delta">2008-09-22 17:40:01</str>
</lst>

and I wonder if it does come from my data-config file parameters :
which is adaptive :

  <dataSource type="JdbcDataSource"
              driver="com.mysql.jdbc.Driver"
              url="jdbc:mysql://master.books.com/books"
              user="solr"
              password="tah1Axie"
        batchSize="-1"
              responseBuffering="adaptive"/>

Thanks,

-- 
View this message in context: 
http://www.nabble.com/data-import-delta-tp19610823p19610823.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to