You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/22 03:36:02 UTC

svn commit: r1328762 - /lucene/dev/trunk/lucene/demo/src/java/overview.html

Author: rmuir
Date: Sun Apr 22 01:36:01 2012
New Revision: 1328762

URL: http://svn.apache.org/viewvc?rev=1328762&view=rev
Log:
document queryparser JAR in demo instructions

Modified:
    lucene/dev/trunk/lucene/demo/src/java/overview.html

Modified: lucene/dev/trunk/lucene/demo/src/java/overview.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/demo/src/java/overview.html?rev=1328762&r1=1328761&r2=1328762&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/demo/src/java/overview.html (original)
+++ lucene/dev/trunk/lucene/demo/src/java/overview.html Sun Apr 22 01:36:01 2012
@@ -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>