mirror of https://github.com/apache/lucene.git
SOLR-3288: Update reference to example conf/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89f9beb738
commit
13fd86913c
|
@ -82,7 +82,7 @@ Please run the browser showing this tutorial and the Solr server on the same mac
|
|||
</strong>
|
||||
</p>
|
||||
<p>
|
||||
Begin by unziping the Solr release and changing your working directory
|
||||
Begin by unzipping the Solr release and changing your working directory
|
||||
to be the "<span class="codefrag">example</span>" directory. (Note that the base directory name may vary with the version of Solr downloaded.) For example, with a shell in UNIX, Cygwin, or MacOS:
|
||||
</p>
|
||||
<pre class="code">
|
||||
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue