mirror of https://github.com/apache/lucene.git
fix wrong description of how to run IndexFiles demo
This commit is contained in:
parent
6d537d2bad
commit
66859dcc66
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue