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
+  * '''`convertType`''' : Automatically reads the data in the target Solr 
data-type 
   * '''`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 <!> ["Solr1.4"]
   * '''`transactionIsolation`''' : The possible values are 
[TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, 
TRANSACTION_REPEATABLE_READ,TRANSACTION_SERIALIZABLE,TRANSACTION_NONE] <!> 
["Solr1.4"]

Reply via email to