Hello, I currently use Lucene version 3.0...probably need to upgrade to a more current version soon. The problem that I have is when I test search for a an HTML tag (ex. <strong>), Lucene returns the highlighted HTML tag ~ which is what I DO NOT want. Is there a way to "filter" HTML tags? I have read up on HTMLStripChar filter (packaged with Solr) and wondered if this is the way to go?
Any help will be greatly appreciated, Thanks