Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Lucene Users List »

lucene locks index, tomcat has to stop and restart

hui liu

2004-09-07


Hi,

I met with such a problem with lucene demo:

Each time when I create lucene index, I have to first stop tomcat, and
restart tomcat after the index is created. The reason is: the index is
locked when using IndexReader.open(index) method in the jsp file.

So, I tried to modify the jsp codes by adding close(), but it shows
error which said "close() is not a static method". I checked the
source codes of lucene IndexReader methods, and found that the close()
method is final not static. I tried to change it to static, but
resulted in many errors.

So, does anybody meet the similar problem as me? Do you have any solutions?

Thank you very very much.....!!

Ivy.

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@(protected)
For additional commands, e-mail: lucene-user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.