You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Eli Tucker <ap...@nerdmonkey.com> on 2002/05/21 21:42:54 UTC

[patch] jakarta-lucene/docs/demo3.html

I added a few lines to the demo3.html file to explain that you may need
to escape backslashes in the indexLocation if you are using windows
paths.  I'm not sure what the preferred way to send patches is, so I've
include the diff below and attached it (since it looks like the lines
were cutoff below).

Thanks,
- Eli Tucker

http://nerdmonkey.com


Index: demo3.html
===================================================================
RCS file: /home/cvspublic/jakarta-lucene/docs/demo3.html,v
retrieving revision 1.5
diff -r1.5 demo3.html
197c197,199
< 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