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?* *