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 naomidushay: http://wiki.apache.org/solr/HighlightingParameters The comment on the change is: typos ------------------------------------------------------------------------------ == hl.requireFieldMatch == - If `true`, then a field will only be highlighted if the query matched in this particular field (normally, terms are highlighted in all requested field regardless of which field matched the query). + If `true`, then a field will only be highlighted if the query matched in this particular field (normally, terms are highlighted in all requested fields regardless of which field matched the query). The default value is "`false`". @@ -81, +81 @@ == hl.fragmenter == - Specify a text snippet generator for the highlit text. The standard fragmenter is `gap` (which is so called because it creates fixed-sized fragments with gaps for multi-valued fields). Another option is `regex`, which tries to create fragments that "look like" a certain regular expression. <!> ["Solr1.3"] + Specify a text snippet generator for highlighted text. The standard fragmenter is `gap` (which is so called because it creates fixed-sized fragments with gaps for multi-valued fields). Another option is `regex`, which tries to create fragments that "look like" a certain regular expression. <!> ["Solr1.3"] The default value is "`gap`"
