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 OtisGospodnetic: http://wiki.apache.org/solr/HighlightingParameters ------------------------------------------------------------------------------ == hl.fragmenter == - 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"] + 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. This parameter accepts per-field overrides. <!> ["Solr1.3"] The default value is "`gap`"
