Solr: 4.5.1 I'm sending in a query of "july" and getting back the results and highlighting I expect with one exception:
<result snippet> <lst name="ProjectGroup 1729"> <arr name="analysts_texts"> <str>@@@hl@@@Julie@@@endhl@@@ A</str> </arr> </lst> <lst name="ProjectGroup 2230"> <arr name="meta_data_display_names_wild_textw"> <str>#Month:July</str> </arr> </lst> </result snippet> The simple.pre of @@@hl@@@ and simple.post of @@@endhl@@@ is not being applied to the one case of the field "#Month:July", even though it's included in the highlighting section. I've tried changing various highlighting parameters to no avail. Could someone help me know where to look for why the pre/post aren't being applied? Thanks, Andy Pickler