I am getting
Cannot save index to 'index' directory, please delete it first
Where does lucene stores the index file.
I am unable to find index file location(I was successful for search), I have given the location "C:\Documents and Settings\upop>
java org.apache.lucene.demo.IndexFiles D:\ss\db
_backup\lucene-2.4.1\src"
Second question ,
How lucene will search into the
JSP pages if jsp pages are dependent on each other ,we may get Exception if the condition is not satisfied.
Can you help me in this case.