Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Kevin Osborn
PM Subject: 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 &

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Yonik Seeley
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]> wrote: > I am using the embedded Solr API for my index

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Kevin Osborn
problems there. - Original Message From: Otis Gospodnetic <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Wednesday, January 16, 2008 2:33:03 PM Subject: Re: IOException: read past EOF during optimize phase Kevin, Perhaps you want to look at how Solr can be used in a master

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Otis Gospodnetic
vin Osborn <[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 plac

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Kevin Osborn
gt; To: solr-user@lucene.apache.org Sent: Wednesday, January 16, 2008 2:21:31 PM Subject: Re: IOException: read past EOF during optimize phase Kevin, Don't have the answer to EOF but I'm wondering why the index moving. You don't need to do that as far as Solr is concerned. Oti

Re: IOException: read past EOF during optimize phase

2008-01-16 Thread Otis Gospodnetic
Solr 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 cop

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 co