Hello, I want to ignore HTML tags within a search. ~ I should not be able to search for a HTML tag (ex. <strong>) and get back the highlighted HTML tag (ex. <span class="highlighted"><strong></span>) in a result set.
Thanks On Thu, Apr 5, 2012 at 3:24 PM, Steven A Rowe <[email protected]> wrote: > Hi okayndc, > > What *do* you want? > > Steve > > -----Original Message----- > From: okayndc [mailto:[email protected]] > Sent: Thursday, April 05, 2012 1:34 PM > To: [email protected] > Subject: HTML tags and Lucene highlighting > > 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 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
