We are using solr in our application as a search engine. And for highlighting we are depending on solr result.
Query passed to solr for highlighting
hl.q=AddressLine1%3a(Puthanmadhom)+PartyNameBusiness%3a(Puthanmadhom)+AddressState%3a(All)+&q.op=OR&hl=true&hl.fl=*&hl.requireFieldMatch=true&hl.simple.pre=%3cb%3e&hl.simple.post=%3c%2fb%3e
Here the word "Puthanmadhom", is not highlighted in the solr results. But almost all other words are working fine. Even "Puthanmad" is highlighting properly.
Any possible reason of failure are welcome.
Thanks, Varun