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 2010/03/04 21:24:33 UTC

[Solr Wiki] Update of "DIHQuickStart" by DuncanIrvine

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 DuncanIrvine.
http://wiki.apache.org/solr/DIHQuickStart?action=diff&rev1=9&rev2=10

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

  
  Step 4: Drop your JDBC driver jar file into the <solr-home>/lib directory . 
  
- Step 5 : Run the command http://solr-host:port/dataimport?command=full-import. Keep in mind that every time a full-import is executed the index is cleaned up. If you do not wish that to happen add clean=false. For example: http://solr-host:port/dataimpor?command=full-import&clean=false
+ Step 5 : Run the command http://solr-host:port/solr/dataimport?command=full-import. Keep in mind that every time a full-import is executed the index is cleaned up. If you do not wish that to happen add clean=false. For example: http://solr-host:port/solr/dataimport?command=full-import&clean=false
  
  == Index the fields in different names ==
  Step: 1 Change the data-config as follows :