Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • driver (required): The jdbc driver classname
  • url (required) : The jdbc connection url (not required, if jndiName is used instead)
  • user : User name
  • password : The password
  • jndiName : JNDI name of the preconfigured datasource
  • batchSize : The batchsize used in jdbc connection. Use a value of '-1' in case of {{setFetchSize() }} exception.
  • convertType :(true/false)Default is 'false' Automatically reads the data in the target Solr data-type
  • autoCommit : If set to 'false' it sets setAutoCommit(false) (warning) 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 (warning) Solr1.4
  • Wiki Markup
    *{{transactionIsolation}}* : The possible values are \[TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ,TRANSACTION_SERIALIZABLE,TRANSACTION_NONE\] (!) [Solr1.4]
    \\

Note: Any extra attributes put into the tag are directly passed on to the jdbc driver.

...