Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by ShalinMangar:
http://wiki.apache.org/solr/DataImportHandler

The comment on the change is:
removed redundant todo item

------------------------------------------------------------------------------
  == Using delta-import command ==
  Delta Import operation can be started by hitting the URL 
[http://localhost:8983/solr/dataimport?command=delta-import]. This operation 
will be started in a new thread and the ''status'' attribute in the response 
should be shown ''busy'' now. Depending on the size of your data set, this 
operation may take some time. At any time, you can hit 
[http://localhost:8983/solr/dataimport] to see the status flag.
  
- When delta-import command is executed, it reads the start time stored in 
''conf/dataimport.properties''. It uses that timestamp to run delta queries 
(TODO: Example) and after completion, updates the timestamp in 
''conf/dataimport.properties''.
+ When delta-import command is executed, it reads the start time stored in 
''conf/dataimport.properties''. It uses that timestamp to run delta queries and 
after completion, updates the timestamp in ''conf/dataimport.properties''.
  
  === Delta-Import Example ===
  We will use the same example database used in the full import example. Note 
that the database schema has been updated and each table contains an additional 
column ''last_modified'' of timestamp type. You may want to download the 
database again since it has been updated recently. We use this timestamp field 
to determine what rows in each table have changed since the last indexed time.

Reply via email to