Rails Blacklight SOLR Highlighting

162 Views Asked by At

Anyone able to get the highlighting feature to work on the actual documents views? Anytime I add highlight: true like the code below then the field is removed from the show page??

config.add_show_field 'description', label: 'Description', highlight: true
1

There are 1 best solutions below

0
cdmo On

The highlight option is for add_index_field not add_show_field. See https://github.com/projectblacklight/blacklight/wiki/Blacklight-configuration#solr-hit-highlighting