document queryparser JAR in demo instructions

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-22 01:36:01 +00:00
parent c85cc8cefb
commit 1823cae696
1 changed files with 5 additions and 4 deletions

View File

@ -54,15 +54,16 @@ your applications.</p>
<p>First, you should <a href=
"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 three JARs: the Lucene JAR, the common analysis JAR, and the Lucene
<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
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=
files called <span class="codefrag">lucene-queryparser-{version}.jar</span>,
<span class=
"codefrag">lucene-analyzers-common-{version}.jar</span> and <span class=
"codefrag">lucene-demo-{version}.jar</span> under analysis/common/ and demo/,
"codefrag">lucene-demo-{version}.jar</span> under queryparser, analysis/common/ and demo/,
respectively.</p>
<p>Put all three of these files in your Java CLASSPATH.</p>
<p>Put all four of these files in your Java CLASSPATH.</p>
</div>
<a name="N10041" id="N10041"></a><a name="Indexing Files"></a>
<h2 class="boxed">Indexing Files</h2>