fix wrong description of how to run IndexFiles demo

This commit is contained in:
Mike McCandless 2016-04-07 05:29:09 -04:00
parent 6d537d2bad
commit 66859dcc66
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ respectively.</p>
<p>Once you've gotten this far you're probably itching to go. Let's <b>build an
index!</b> Assuming you've set your CLASSPATH correctly, just type:</p>
<pre>
java org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}/src
java org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}
</pre>
This will produce a subdirectory called <span class="codefrag">index</span>
which will contain an index of all of the Lucene source code.