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
demo3.diff
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
