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 2014/11/11 20:38:30 UTC

svn commit: r1638320 - /lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext

Author: ehatcher
Date: Tue Nov 11 19:38:30 2014
New Revision: 1638320

URL: http://svn.apache.org/r1638320
Log:
fill in resources area

Modified:
    lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext

Modified: lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext?rev=1638320&r1=1638319&r2=1638320&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext Tue Nov 11 19:38:30 2014
@@ -533,14 +533,18 @@ Here's a Unix script for convenient copy
       bin/solr healthcheck -c collection1 ;
     date ;
 
-## Where to next?
+## Cleanup
+
+As you work through this guide, you may want to stop Solr and reset the environment back to the starting point.  The following command line will stop Solr and remove the directories for each of the two nodes that the start script created:
+
+    bin/solr stop -all ; rm -Rf node1/ node2/ 
 
-TODO: Links to ref guide, back to resources, etc.
+## Where to next?
 
+For more information on Solr, check out the following resources:
 
-### Cleanup
+  * [Solr Reference Guide](https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide) (ensure you match the version of the reference guide with your version of Solr)
+  * See also additional [Resources](/solr/resources.html)
 
-As you work through this guide, you may want to stop Solr and reset the environment back to the starting point.  The following command line will stop Solr and remove the directories for each of the two nodes that the start script created:
 
-    bin/solr stop -all ; rm -Rf node1/ node2/