DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14373>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14373 java.io.IOException on retrieving result Summary: java.io.IOException on retrieving result Product: Lucene Version: 1.2 Platform: Macintosh OS/Version: MacOS X Status: NEW Severity: Normal Priority: Other Component: Index AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Doing load tests today, I started getting errors in the try block: try { recordIndexes[i] = Integer.parseInt(hits.doc(i).get(LuceneIndexer.kRecordIndex)); scores[i] = hits.score(i); } "java.io.IOException: read past EOF" I don't currently know how to reproduce this. Will follow up when I can. -- To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:lucene-dev-help@;jakarta.apache.org>
