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 2013/02/20 21:44:00 UTC

[Solr Wiki] Trivial Update of "DataImportHandler" by KenGeis

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "DataImportHandler" page has been changed by KenGeis:
http://wiki.apache.org/solr/DataImportHandler?action=diff&rev1=335&rev2=336

Comment:
fixed URL for DataSource.java

  </dataConfig>
  }}}
  == DataSource ==
- <<Anchor(datasource)>> A class can extend `org.apache.solr.handler.dataimport.DataSource` . [[http://svn.apache.org/viewvc/lucene/dev/trunk/solr/contrib/dataimporthandler/src/main/java/org/apache/solr/handler/dataimport/DataSource.java?view=markup|See source]]
+ <<Anchor(datasource)>> A class can extend `org.apache.solr.handler.dataimport.DataSource` . [[http://svn.apache.org/viewvc/lucene/dev/trunk/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/DataSource.java?view=markup|See source]]
  
  and can be used as a !DataSource. It must be configured in the dataSource definition