I am trying to use Lucene to build an index of webpages (HTML files) that are stored locally and to conduct a search on those files. I am new to Lucene so any help would be appreciated. I saw that they have a demo which indexes and automatically updates the index when files are deleted or added, but I wasn't able to get the demo search engine to work because they said it required Java WebServer and that isn't available for download. I don't think it has to be so complicated, but I'm wondering how to get rid of the HTML tags and use the built-in QueryParser, which is sufficient for the types of searches I will be conducting. _______________________________________________ Lucene-users mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/lucene-users