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/10/01 00:02:17 UTC

[Solr Wiki] Trivial Update of "SolrCloud" by YonikSeeley

Dear Wiki user,

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

The "SolrCloud" page has been changed by YonikSeeley.
The comment on this change is: fix typo.
http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=31&rev2=32

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

  
  {{{
  cd example2
- sed -i .bak 's/shard1/shard2/g' solr/solr.xml
+ sed -i 's/shard1/shard2/g' solr/solr.xml
  #OR perl -pi -e 's/shard1/shard2/g' solr/solr.xml
  #note: if you don't have sed or perl installed, you can simply hand edit solr.xml, changing shard1 to shard2
  }}}