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 NoblePaul:
http://wiki.apache.org/solr/DataImportHandler

------------------------------------------------------------------------------
  = Usage with databases =
  In order to use this handler, the following steps are required.
   * Define a data-config.xml and specify the location this file in 
solrconfig.xml under DataImportHandler section
-  * Give connection information such as JDBC Driver, JDBC URL, DB Username and 
password in solrconfig.xml under DataImportHandler section
+  * Give connection information 
+    * driver (required): The jdbc driver classname
+    * user : User name
+    * password : The password
+    * batchSize : The batchsize used in jdbc connection
   * Open the DataImportHandler page to verify if everything is in order 
[http://localhost:8983/solr/dataimport]
   * Use full-import command to do a full import from the database and add to 
SOLR index
   * Use delta-import command to do a delta import (get new inserts/updates) 
and add to SOLR index

Reply via email to