On Mittwoch 26 Oktober 2005 04:09, Bill Tschumy wrote: > I hate to plead, but I really need to do my best to recover my > customer's data. Does anyone have any pointers for how to manually > (or programmatically) repair this corrupted index?
You could try to fix the segments file (remove the file name that cannot be opened) with a hex editor. The format is described here: http://lucene.apache.org/java/docs/fileformats.html You could also modify the Lucene code and just ignore that exception and see what happens then. Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]