You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2015/02/23 15:37:18 UTC

svn commit: r941184 - in /websites/staging/lucene/trunk/content: ./ solr/quickstart.html

Author: buildbot
Date: Mon Feb 23 14:37:17 2015
New Revision: 941184

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/solr/quickstart.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 23 14:37:17 2015
@@ -1 +1 @@
-1661209
+1661683

Modified: websites/staging/lucene/trunk/content/solr/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/solr/quickstart.html Mon Feb 23 14:37:17 2015
@@ -290,10 +290,11 @@ Many Solr indexers have been coded to pr
 Solr's <code>/update</code> endpoint.</p>
 <p><a name="techproducts"></a>
 Solr's install includes a handful of Solr XML formatted files with example data (mostly mocked tech product data).
-NOTE: This tech product data as a more domain-specific configuration, including schema and browse UI.  The <code>bin/solr</code>
+NOTE: This tech product data has a more domain-specific configuration, including schema and browse UI.  The <code>bin/solr</code>
 script includes built-in support for this by running <code>bin/solr start -e techproducts</code> which not only starts Solr but
 also then indexes this data too (be sure to <code>bin/solr stop -all</code> before trying it out).
-beforehand).</p>
+beforehand).  However, the example below assumes Solr was started with <code>bin/solr start -e cloud</code> to stay consistent with all examples
+on this page, and thus the collection used is "gettingstarted", not "techproducts".</p>
 <p>Using <code>bin/post</code>, index the example Solr XML files in <code>example/exampledocs/</code>:</p>
 <div class="codehilite"><pre><span class="n">bin</span><span class="o">/</span><span class="n">post</span> <span class="o">-</span><span class="n">c</span> <span class="n">gettingstarted</span> <span class="n">example</span><span class="o">/</span><span class="n">exampledocs</span><span class="o">/*</span><span class="p">.</span><span class="n">xml</span>
 </pre></div>