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 ------------------------------------------------------------------------------ }}} '''note''' The 'type' attribute is optional . The default value is `'JdbcDataSource'` - The datasource configuration can also be done in data-config xml [#solrconfigdatasource also] . The attributes other than 'type' and 'name' are not decided by the datasource implementation. Each one can decide what it needs. We will discuss them as we see them + The datasource configuration can also be done in solr config xml [#solrconfigdatasource also] . The attributes other than 'type' and 'name' are not decided by the datasource implementation. Each one can decide what it needs. We will discuss them as we see them === Multiple DataSources === It is possible to have more than one datasources for a configuration. To configure an extra datasource , just keep an another 'dataSource' tag . There is an implicit attribute "name" for a datasource. If there are more than one, each extra datasource must be identified by a unique name `'name="datasource-2"'` .
