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 2008/02/10 19:31:03 UTC

[Solr Wiki] Trivial 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

------------------------------------------------------------------------------
      </lst>
    </requestHandler>
  }}}
- note: It is possible to have more than one datasources for a configuration. To configure another datasource , just keep an another <lst name="datasource"> entry . 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 like this <str name="name">datasource-2/str>
+ note: It is possible to have more than one datasources for a configuration. To configure another datasource , just keep an another `<lst name="datasource">` entry . 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 like this `<str name="name">datasource-2/str>`
  
  == Configuration in data-config.xml ==
  A SOLR document can be considered as a de-normalized schema having fields whose values come from multiple tables.