I have been successful in enabling highlighting on Text based field types, but not for non-text field types…
How does one configure solr to highlight non-text field types? I cannot find a example on the web for non-text fields. Is it even possible?
Specifically I want to highlight the Date value in the document that meets the query.
I am using solrJ to peform the query, could it be the limiting factor?
Highlighting is not possible on non “text” fields. Look at this:
Especially here:
until here