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

svn commit: r1661680 - /lucene/cms/trunk/content/solr/quickstart.mdtext

Author: ehatcher
Date: Mon Feb 23 14:20:53 2015
New Revision: 1661680

URL: http://svn.apache.org/r1661680
Log:
SOLR-7140

Modified:
    lucene/cms/trunk/content/solr/quickstart.mdtext

Modified: lucene/cms/trunk/content/solr/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/quickstart.mdtext?rev=1661680&r1=1661679&r2=1661680&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/solr/quickstart.mdtext Mon Feb 23 14:20:53 2015
@@ -121,10 +121,11 @@ Solr's `/update` endpoint.
 
 <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 `bin/solr`
+NOTE: This tech product data has a more domain-specific configuration, including schema and browse UI.  The `bin/solr`
 script includes built-in support for this by running `bin/solr start -e techproducts` which not only starts Solr but
 also then indexes this data too (be sure to `bin/solr stop -all` before trying it out).
-beforehand).
+beforehand).  However, the example below assumes Solr was started with `bin/solr start -e cloud` to stay consistent with all examples
+on this page, and thus the collection used is "gettingstarted", not "techproducts".
 
 Using `bin/post`, index the example Solr XML files in `example/exampledocs/`: