DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27587>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27587 java.io.IOException: read past EOF when searching index Summary: java.io.IOException: read past EOF when searching index Product: Lucene Version: CVS Nightly - Specify date in submission Platform: PC URL: http://pebble.nacimiento.net/lucene/issues.zip OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Search AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] not sure if this is a known problem or a user error building the index or what - I've put the index and java code to reproduce the exception here: http://pebble.nacimiento.net/lucene/issues.zip when the single query in the example is run, a read past EOF occurs. This is with the latest code from CVS (extracted today - 3/10/2004) and Java 1.4.1_01. java.io.IOException: read past EOF at org.apache.lucene.store.InputStream.refill(InputStream.java:192) at org.apache.lucene.store.InputStream.readByte(InputStream.java:81) at org.apache.lucene.store.InputStream.readVInt(InputStream.java:121) at org.apache.lucene.index.SegmentTermDocs.skipTo(SegmentTermDocs.java:205) at org.apache.lucene.search.TermScorer.skipTo(TermScorer.java:126) at org.apache.lucene.search.ConjunctionScorer.next(ConjunctionScorer.java:89) at org.apache.lucene.search.Scorer.score(Scorer.java:75) at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:136) at org.apache.lucene.search.Hits.getMoreDocs(Hits.java:102) at org.apache.lucene.search.Hits.<init>(Hits.java:81) at org.apache.lucene.search.Searcher.search(Searcher.java:71) at org.apache.lucene.search.Searcher.search(Searcher.java:65) at com.hoovers.util.testRunPastEOF.main(testRunPastEOF.java:23) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]