Mailing List Archive

cvs commit: jakarta-lucene/docs demo3.html
carlson 02/05/15 22:15:28

Modified: docs demo3.html
Log:
Update website to include Query Parser syntax in resources area.

Revision Changes Path
1.5 +2 -0 jakarta-lucene/docs/demo3.html

Index: demo3.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/demo3.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- demo3.html 20 Mar 2002 01:26:07 -0000 1.4
+++ demo3.html 16 May 2002 05:15:28 -0000 1.5
@@ -64,6 +64,8 @@
</li>
<li> <a href="./resources.html">Articles</a>
</li>
+ <li> <a href="./queryparsersyntax.html">Query Syntax</a>
+</li>
<li> <a href="./api/index.html">Javadoc</a>
</li>
<li> <a href="./contributions.html">Contributions</a>




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene/docs demo3.html [ In reply to ]
otis 02/05/28 19:34:25

Modified: docs demo3.html
Log:
- Added a note about escaping backslashes when specifying a path to an
index directory under Windows.
Submitted by: Eli Tucker

Revision Changes Path
1.6 +4 -1 jakarta-lucene/docs/demo3.html

Index: demo3.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/demo3.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- demo3.html 16 May 2002 05:15:28 -0000 1.5
+++ demo3.html 29 May 2002 02:34:25 -0000 1.6
@@ -194,7 +194,10 @@
From your Tomcat directory look in the webapps/luceneweb subdirectory. If its not
present, try browsing to "http://localhost:8080/luceneweb" then look again.
Edit a file called configuration.jsp. Ensure that the indexLocation is equal to the
-location you used for your index. You may also customize the appTitle and appFooter
+location you used for your index. Note that if you are using a
+Windows OS, you will need to escape backslashes. For example, the indexLocation may look
+something like "c:\\dev\\lucene-index".
+You may also customize the appTitle and appFooter
strings as you see fit. Once you have finsihed altering the configuration you should
restart Tomcat. You may also wish to update the war file by typing
<b>jar -uf luceneweb.war configuration.jsp</b> from the luceneweb subdirectory.




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>