> So I want to enable highlighting on my results. When I run
> the query like
> this:
>
> http://localhost:8080/solr/select?q=book&hl=true
Try explicitly setting the field(s) that you want to highlight.
To enable highlighting your field must me stored="true"
See : http://wiki.apache.org/solr/Fi
*Default configuration in a requestHandler would look like:
highlight
*
--
View this message in context:
http://lucene.472066.n3.nabble.com/Journey-to-enable-highlighting-tp4008952.html
Sent from the Solr - User mailing list archive at Nabble.com.