You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/10 11:02:42 UTC

[Solr Wiki] Update of "DataImportHandler" by NoblePaul

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

------------------------------------------------------------------------------
   * '''`user`''' : User name
   * '''`password`''' : The password
   * '''`batchSize`''' : The batchsize used in jdbc connection
+  * '''`autoCommit`''' : If set to 'false' it sets  `setAutoCommit(false)`;
+  * '''`readOnly`''' : If this is set to 'true' , it sets `setReadOnly(true)`, `setAutoCommit(true)`, `setTransactionIsolation(TRANSACTION_READ_UNCOMMITTED)`,`setHoldability(CLOSE_CURSORS_AT_COMMIT)` on the connection
+  * '''`transactionIsolation`''' : The possible values are '[TRANSACTION_READ_UNCOMMITTED
+ 
+ 
  Any extra attributes put into the tag are directly passed on to the jdbc driver.
  
  == Configuration in data-config.xml ==