How can I index HTML documents?
I am using Lucene .NEt to do full-t开发者_开发知识库ext searching. Till now I have been indexing PDF docs, but now I have a few webpages that I need to index. What's the best/easiest way to index HTML documents to add to my Lucene index? I am using .NET/C#
I am currently working on this problem, the best answer I have found to date is using the HTML Agility Pack to get the plain text content out of the HTML.
Google can index your content for you.
精彩评论