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 2009/12/09 15:25:31 UTC

[Solr Wiki] Update of "DIHQuickStart" by DNaber

Dear Wiki user,

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

The "DIHQuickStart" page has been changed by DNaber.
The comment on this change is: fix type in filename.
http://wiki.apache.org/solr/DIHQuickStart?action=diff&rev1=8&rev2=9

--------------------------------------------------

  </requestHandler>
  }}}
  
- Step 2 : Create a dataconfig.xml file as follows and save it to the conf dir
+ Step 2 : Create a data-config.xml file as follows and save it to the conf dir
  
  {{{
  <dataConfig>
@@ -29, +29 @@

  </dataConfig>
  }}}
  
- Step 3 : Ensure that your solr schema (schema.xml) has the fields 'id', 'name', 'desc'. Change the appropriate details in the dataconfig.xml
+ Step 3 : Ensure that your solr schema (schema.xml) has the fields 'id', 'name', 'desc'. Change the appropriate details in the data-config.xml
  
  Step 4: Drop your JDBC driver jar file into the <solr-home>/lib directory .