fix path to jar file in demo documentation

This commit is contained in:
Michael Sokolov 2022-04-26 15:48:21 -04:00
parent ebe2d7b4fd
commit 2a618586de
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ your applications.</p>
"http://www.apache.org/dyn/closer.cgi/lucene/java/">download</a> the latest
Lucene distribution and then extract it to a working directory.</p>
<p>You need four JARs: the Lucene JAR, the queryparser JAR, the common analysis JAR, and the Lucene
demo JAR. You should see the Lucene JAR file in the core/ directory you created
demo JAR. You should see the Lucene JAR file in the modules/ directory you created
when you extracted the archive -- it should be named something like
<span class="codefrag">lucene-core-{version}.jar</span>. You should also see
files called <span class="codefrag">lucene-queryparser-{version}.jar</span>,