WARNING: re-index all trunk indices

2011-01-20 Thread Michael McCandless
If you are using Lucene's trunk (to be 4.0) builds, read on... I just committed LUCENE-2872, which is a hard break on the index file format. If you are living on Lucene's trunk then you have to remove any previously created indices and re-index, after updating. The change cuts over to a faster o

Re: WARNING: re-index all trunk indices!

2010-12-17 Thread Yonik Seeley
On Fri, Dec 17, 2010 at 11:18 AM, Michael McCandless wrote: > If you are using Lucene's trunk (nightly build) release, read on... > > I just committed a change (for LUCENE-2811) that changes the index > format on trunk, thus breaking (w/ likely strange exceptions on > reading the segments_N file)

WARNING: re-index all trunk indices!

2010-12-17 Thread Michael McCandless
If you are using Lucene's trunk (nightly build) release, read on... I just committed a change (for LUCENE-2811) that changes the index format on trunk, thus breaking (w/ likely strange exceptions on reading the segments_N file) any trunk indices created in the past week or so. Mike