Hi,

The Solr Highlighting docs says the following when it comes to picking the default fields: A comma- or space- delimited list of fields to generate highlighted snippets for. If left blank, the fields highlighted for the StandardRequestHandler are the defaultSearchField (or the df param if used) and for the DisMaxRequestHandler the qf fields are used.


However, I am doing a DisMax query and when I debug it shows that it is falling back on the default field in the schema, not the qf fields. Looking at the code in SolrHighlighter confirms this. Is it a bug or should I change the wiki (or both)?

-Grant


Reply via email to