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)
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
-
"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