You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2014/11/10 15:57:58 UTC

svn commit: r1637882 - in /lucene/cms/branches/solr_6058/content/solr: quickstart.mdtext resources.mdtext

Author: gsingers
Date: Mon Nov 10 14:57:58 2014
New Revision: 1637882

URL: http://svn.apache.org/r1637882
Log:
SOLR-6058: todos on the tutorial

Modified:
    lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext
    lucene/cms/branches/solr_6058/content/solr/resources.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=1637882&r1=1637881&r2=1637882&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/quickstart.mdtext Mon Nov 10 14:57:58 2014
@@ -241,6 +241,20 @@ Execute the following command to delete 
 </section>
 <br />
 
+## Searching
+
+### Basics
+
+TODO: terms, phrases, boolean, learn more
+
+### Faceting
+
+TODO: field, range and pivot
+
+### Spatial
+
+TODO: simple point based search
+
 ## Wrapping up
 
 If you've run the full set of commands in this quick start guide you have done the following:
@@ -269,8 +283,12 @@ Here's a full Unix script for convenient
        java -Ddata=args org.apache.solr.util.SimplePostTool "<delete><id>SP2514N</id></delete>" ;
     date ;
 
+## Where to next?
+
+TODO: Links to ref guide, back to resources, etc.
+
 
-### Cleanup:
+### 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:
 

Modified: lucene/cms/branches/solr_6058/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/resources.mdtext?rev=1637882&r1=1637881&r2=1637882&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/resources.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/resources.mdtext Mon Nov 10 14:57:58 2014
@@ -7,7 +7,9 @@ Title: Resources
 -->
 
 * [Solr Quick Start](/solr/quickstart.html)
+<!--
 * More to come: Ideas include "Solr in a Day", "Solr and JSON", "Solr and CSV", "Solr and XML"
+-->
 
 Users who have completed the tutorial are encouraged to review the [other documentation available](#documentation).