And why not fix it? Can someone (other than the current committers) pick this up and fix it? The current 2.9 trunk code is a perfect place for it to be fixed. -- George
-----Original Message----- From: Digy [mailto:digyd...@gmail.com] Sent: Thursday, October 29, 2009 1:27 PM To: lucene-net-user@incubator.apache.org Subject: RE: IndexHtml project Error Hi Jim, You are right. There is some bug in the demo, but not related with the Lucene.NET core. I think you can find other examples with some googling. DIGY. -----Original Message----- From: Jim [mailto:jrt...@gmail.com] Sent: Wednesday, October 28, 2009 11:11 AM To: lucene-net-user@incubator.apache.org Subject: IndexHtml project Error Hi, I am using Lucene.Net_2_4_0 Demo project *IndexHtml *,and i tried to run it index my html documents,follow is cmd: *IndexHtml.exe -create -index index C:\htmls* but Exception raised in DemoLib project HTMLParser.cs 201 line,Error message is:*Cannot access a closed stream.* anyone can tell me what's going on?* *