Re: Strange Exception

2008-04-22 Thread Michael McCandless
gt; > From: Michael McCandless <[EMAIL PROTECTED]> > > To: java-dev@lucene.apache.org > > Sent: Friday, 18 April, 2008 4:56:14 PM > > Subject: Re: Strange Exception > > > > > > Some sort of index corruption seems likely. Is it expected that the > > d

Re: Strange Exception

2008-04-22 Thread eks dev
recommended burn-in tests for this machine, with spec focus on memory... - Original Message > From: Michael McCandless <[EMAIL PROTECTED]> > To: java-dev@lucene.apache.org > Sent: Friday, 18 April, 2008 4:56:14 PM > Subject: Re: Strange Exception > > > Some sor

Re: Strange Exception

2008-04-18 Thread eks dev
Message > From: Michael McCandless <[EMAIL PROTECTED]> > To: java-dev@lucene.apache.org > Sent: Friday, 18 April, 2008 4:56:14 PM > Subject: Re: Strange Exception > > > Some sort of index corruption seems likely. Is it expected that the > docs in this index only ha

Re: Strange Exception

2008-04-18 Thread Michael McCandless
Some sort of index corruption seems likely. Is it expected that the docs in this index only have 2 fields? The exception is happening because TermBuffer is trying to look up the field name for fieldNumber=3. What version of Lucene is this? How was the index produced? Were there any ot