You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2002/11/07 23:14:45 UTC

DO NOT REPLY [Bug 14373] New: - java.io.IOException on retrieving result

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: lucene-dev@jakarta.apache.org
        ReportedBy: drissman@acm.org


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>