[ https://issues.apache.org/jira/browse/LUCENE-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Grant Ingersoll resolved LUCENE-82. ----------------------------------- Resolution: Won't Fix Assignee: (was: Lucene Developers) Seems like this issue comes up from time to time, but hasn't been heard from in a while. We've marked similar versions of this as won't fix. > [PATCH] HTMLParser: IOException: Pipe closed > -------------------------------------------- > > Key: LUCENE-82 > URL: https://issues.apache.org/jira/browse/LUCENE-82 > Project: Lucene - Java > Issue Type: Bug > Components: Analysis > Affects Versions: 1.2 > Environment: Operating System: other > Platform: PC > Reporter: t87m87p90 > Priority: Minor > Attachments: HTMLParserPatch.diff > > > When indexing some 550 HTML files, the following exception is raised > repeatedly > after file 500 but index seems to build OK. > java.io.IOException: Pipe closed > at java.io.PipedReader.receive(Unknown Source) > at java.io.PipedReader.receive(Unknown Source) > at java.io.PipedWriter.write(Unknown Source) > at java.io.Writer.write(Unknown Source) > at java.io.Writer.write(Unknown Source) > at org.apache.lucene.demo.html.HTMLParser.addText(HTMLParser.java:99) > at org.apache.lucene.demo.html.HTMLParser.HTMLDocument > (HTMLParser.java:155) > at org.apache.lucene.demo.html.ParserThread.run(ParserThread.java:70) > a -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]