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)`;
+  * '''`autoCommit`''' : If set to 'false' it sets  `setAutoCommit(false)` <!> 
["Solr1.4"]
-  * '''`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
+  * '''`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 <!> ["Solr1.4"]
-  * '''`transactionIsolation`''' : The possible values are 
'[TRANSACTION_READ_UNCOMMITTED
+  * '''`transactionIsolation`''' : The possible values are 
[TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, 
TRANSACTION_REPEATABLE_READ,TRANSACTION_SERIALIZABLE,TRANSACTION_NONE] <!> 
["Solr1.4"]
  
  
  Any extra attributes put into the tag are directly passed on to the jdbc 
driver.

Reply via email to