Re: org.apache.lucene.index.CheckIndex minor fix

2007-12-21 Thread Michael McCandless
Good catch! I will commit this. Thanks! Mike Beard, Brian wrote: I have used the org.apache.lucene.index.CheckIndex class in the trunk version of the source which seems to work well. There was one minor issue with it hanging on to the segment*'s file after the method is called (w/o the fix

org.apache.lucene.index.CheckIndex minor fix

2007-12-21 Thread Beard, Brian
I have used the org.apache.lucene.index.CheckIndex class in the trunk version of the source which seems to work well. There was one minor issue with it hanging on to the segment*'s file after the method is called (w/o the fixing option). There is one change I did which clears this up by a adding