I'm trying to configure / query Solr correctly (via SolrJ) to do the following:
- Provide top hit snippets
- Highlight the search terms in the fields
I have the snippets working correctly but I can't figure out how to get Solr to highlight the search terms in the fields. Solr highlighting suggests getting the entire field returned in the snippets and not returning any fields (to avoid duplication) but then I'd lose the snippets that are working.
Is there a way to get Solr to provide snippets (with highlighting) and also highlight the search terms in the complete field text?