Re: TIVersion and LUCENE-1848

2009-08-24 Thread Michael McCandless
+1 Other files in the index also do this, eg SegmentInfos.CURRENT_FORMAT. Mike On Mon, Aug 24, 2009 at 10:33 AM, Grant Ingersoll wrote: > In the Term Dictionary Section, it says: > > TIVersion names the version of the format >                            of this file and is -2 in Lucene 1.4. >  

TIVersion and LUCENE-1848

2009-08-24 Thread Grant Ingersoll
In the Term Dictionary Section, it says: TIVersion names the version of the format of this file and is -2 in Lucene 1.4. I think this should just replace -2 with TermInfosWriter.FORMAT_CURRENT, and drop the Lucene 1.4 reference, right? T