Hi All, I have problem related to html tag.
Basically in database some column carry html tage, for example" <p> Hello how are you? </p> I am indexing same as it is in index. I am filtering solr supported special character at query time. now the problem is when I am searching by "p" then result is *<p> Hello how are you? </p>* I dont want to search in html tag content? please help? thanks