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 -

Re: Lucene Input/Output error

2010-12-17 Thread Ian Lea
"Input/Output error" is not the most descriptive error message. Are you using a custom IndexDeletionPolicy? See the javadocs for some comments on using lucene over NFS. -- Ian. On Fri, Dec 17, 2010 at 6:12 AM, gogogo45 wrote: > Hello All, > > I'm new to lucene, and i'm confronted with an inp