Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/HighlightingParameters ------------------------------------------------------------------------------ == hl.fl == - A comma- or space- delimited list of fields to generate highlighted snippets for. Currently, the default if this is left blank is the list of fields that are queried (`qf`). + 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. The default value is blank.
