IOException: read past EOF during optimize phase

2008-01-16 Thread Kevin Osborn
I am using the embedded Solr API for my indexing process. I created a brand new index with my application without any problem. I then ran my indexer in incremental mode. This process copies the working index to a temporary Solr location, adds/updates any records, optimizes the index, and then

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Otis Gospodnetic
@lucene.apache.org Sent: Wednesday, January 16, 2008 3:07:23 PM Subject: IOException: read past EOF during optimize phase I am using the embedded Solr API for my indexing process. I created a brand new index with my application without any problem. I then ran my indexer in incremental mode. This process

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Otis Gospodnetic
[EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Wednesday, January 16, 2008 5:25:34 PM Subject: Re: IOException: read past EOF during optimize phase It is more of a file structure thing for our application. We build in one place and do our index syncing in a different place. I doubt

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Kevin Osborn
: Re: IOException: read past EOF during optimize phase This may be a Lucene bug... IIRC, I saw at least one other lucene user with a similar stack trace. I think the latest lucene version (2.3 dev) should fix it if that's the case. -Yonik On Jan 16, 2008 3:07 PM, Kevin Osborn [EMAIL PROTECTED