Hi all,
We're still having occasional problems with indexes getting the error (in Lucene 1.1 release):
java.io.IOException: /index/_1x7f.fnm already exists
when updating records. I'm not positive where this is coming from, but I'm guessing that it is from when we have to forcefully stop the service since all access to the index is synchronized.
In any case, I think it would be useful to have an API that provides for a quick integrity check of an index and a way to fix common problems like this. What do you think? I don't mind looking into this, but I would like a little guidance as the file system is the one aspect of Lucene I haven't really investigated much. Any suggestions?
Thanks,
Scott
