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/12 18:30:52 UTC

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

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 ShalinMangar:
http://wiki.apache.org/solr/DataImportHandler

The comment on the change is:
Re-ordered instructions for running example

------------------------------------------------------------------------------
              </entity>
  }}}
  
+  * You'll need the trunk version of Solr with [https://issues.apache.org/jira/browse/SOLR-469 SOLR-469] patch applied, or else download a [http://people.apache.org/builds/lucene/solr/nightly/ nightly build], extract it to local drive, download attachment:dataimport.jar and save it to ''example/lib'' folder
   * [http://www.hsqldb.org/ Download] hsqldb driver jar and add it to ''example/lib'' folder of your solr example folder
-  * You'll need the trunk version of Solr with [https://issues.apache.org/jira/browse/SOLR-469 SOLR-469] patch applied, or else download a [http://people.apache.org/builds/lucene/solr/nightly/ nightly build], extract it to local drive, download attachment:dataimport.jar and save it to ''example/lib'' folder
   * Modify the dataimport section in ''example/solr/conf/solrconfig.xml'' to the following:
  {{{
  <requestHandler name="/dataimport" class="org.apache.solr.handler.dataimport.DataImportHandler">