You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/07/09 18:45:14 UTC

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

Author: markrmiller
Date: Mon Jul  9 16:45:13 2012
New Revision: 1359270

URL: http://svn.apache.org/viewvc?rev=1359270&view=rev
Log:
update tutorial with correct path to conf files

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/   (props changed)
    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=1359270&r1=1359269&r2=1359270&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 Mon Jul  9 16:45:13 2012
@@ -656,7 +656,7 @@ to the final terms produced by the Query
   
 <li>Make a copy of the Solr <span class="codefrag">example</span> directory as a template for your project.</li>
   
-<li>Customize the schema and other config in <span class="codefrag">solr/conf/</span> to meet your needs.</li> 
+<li>Customize the schema and other config in <span class="codefrag">solr/collection1/conf/</span> to meet your needs.</li> 
 
 </ul>
 <p>