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:
Added note on optimize parameter

------------------------------------------------------------------------------
    * This stored timestamp is used when a delta-import operation is executed.
    * It takes in extra parameters
     * '''clean''' : (default 'true'). Tells whether to clean up the index 
before the indexing is started
-    * '''commit''': (default 'true'). Tells whether to commit+optimize after 
the operation
+    * '''commit''': (default 'true'). Tells whether to commit after the 
operation
+    * '''optimize''': (default 'true'). Tells whether to optimize after the 
operation
     * '''debug''' : (default false). Runs in debug mode.It is used by the 
interactive development mode ([#interactive see here])
-  * '''delta-import''' :  For incremental imports and change detection run the 
command `http://<host>:<port>/solr/dataimport?command=delta-import`
+  * '''delta-import''' :  For incremental imports and change detection run the 
command `http://<host>:<port>/solr/dataimport?command=delta-import . It 
supports the same clean, commit, optimize and debug parameters as full-import 
command.
   * '''status''' : To know the status of the current command , hit the URL 
`http://<host>:<port>/solr/dataimport` .It gives an elaborate statistics on 
no:of docs created, deleted, queries run, rows fetched , status etc
   * '''reload-config''' : If the data-config is changed and you wissh to 
reload the file without restarting Solr. run the command 
`http://<host>:<port>/solr/dataimport?command=reload-config` 
   * '''abort''' : Abort an ongoing operation by hitting the url 
`http://<host>:<port>/solr/dataimport?command=abort`

Reply via email to