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 2012/08/24 01:46:20 UTC

svn commit: r1376788 - /lucene/dev/branches/branch_4x/solr/core/src/java/doc-files/tutorial.html

Author: ehatcher
Date: Thu Aug 23 23:46:19 2012
New Revision: 1376788

URL: http://svn.apache.org/viewvc?rev=1376788&view=rev
Log:
SOLR-3288: Update reference to example conf/ directory

Modified:
    lucene/dev/branches/branch_4x/solr/core/src/java/doc-files/tutorial.html

Modified: lucene/dev/branches/branch_4x/solr/core/src/java/doc-files/tutorial.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/core/src/java/doc-files/tutorial.html?rev=1376788&r1=1376787&r2=1376788&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/core/src/java/doc-files/tutorial.html (original)
+++ lucene/dev/branches/branch_4x/solr/core/src/java/doc-files/tutorial.html Thu Aug 23 23:46:19 2012
@@ -540,7 +540,7 @@ most languages.
   and stop word removal, as well as split compound words, you can use the 
   <a href="http://localhost:8983/solr/#/collection1/schema-browser?type=text_en_splitting"><span class="codefrag">text_en_splitting</span> fieldType</a> instead.
   Go ahead and edit the <span class="codefrag">schema.xml</span> in the 
-  <span class="codefrag">solr/example/solr/conf</span> directory,
+  <span class="codefrag">solr/example/solr/collection1/conf</span> directory,
   to use the <span class="codefrag">text_en_splitting</span> fieldType for 
   the <span class="codefrag">text</span> and 
   <span class="codefrag">features</span> fields like so: