Can you describe how you are using Lucene? Is the index stored on a local or remote filesystem?
Are you using the default lock implementation (not changing the LockFactory in the Directory)? Can you post the traceback? Mike McCandless http://blog.mikemccandless.com On Thu, Sep 8, 2011 at 10:09 AM, Java_dev <[email protected]> wrote: > Hi, > > We are using Lucene 3.0.0. in a java webapplication to index +/- 6milj > titles. We used first other lucene versions 2.? and later upgraded to 3.0.0. > > Lately we are getting every day a few times the same exception. > > The exception occurs when users perform searches during indexing I guess. We > couldn't reproduce the error on test. > > Could somebody help me out please ? > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Caused-by-java-io-IOException-read-past-EOF-tp3319842p3319842.html > Sent from the Lucene - General mailing list archive at Nabble.com. >
