I am using Lucene .NEt to do full-text 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#
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|