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:
Cleaned up instructions to make them more clear

------------------------------------------------------------------------------
  }}}
  
   * [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
-  * If you've applied the patch given at SOLR-469 then ignore this step. 
Otherwise download attachment:dataimport.jar and save it to ''example/lib'' 
folder
-  * Goto ''example/solr/conf'' folder in your solr installation directory
-  * Modify the dataimport section in solrconfig.xml to the following:
+  * Modify the dataimport section in ''example/solr/conf/solrconfig.xml'' to 
the following:
  {{{
  <requestHandler name="/dataimport" 
class="org.apache.solr.handler.dataimport.DataImportHandler">
       <lst name="defaults">

Reply via email to