You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2006/12/21 12:14:31 UTC

[Solr Wiki] Update of "HighlightingParameters" by ThorstenScherler

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 ThorstenScherler:
http://wiki.apache.org/solr/HighlightingParameters

------------------------------------------------------------------------------
  
  == hl.requireFieldMatch ==
  
- If `true`, then a field will only be highlit if the query matched in this particular field (normally, terms are highlit in all requested field regardless of which field matched the query).
+ If `true`, then a field will only be highlight if the query matched in this particular field (normally, terms are highlight in all requested field regardless of which field matched the query).
  
  The default value is "`false`".
  
  == hl.formatter ==
  
- Specify a formatter for the highlight output.  Currently the only legal value is "`simple`", which surrounds a highlit term with a customizable pre- and post text snippet. This parameter accepts per-field overrides.
+ Specify a formatter for the highlight output.  Currently the only legal value is "`simple`", which surrounds a highlight term with a customizable pre- and post text snippet. This parameter accepts per-field overrides.
  
  The default value is "`simple`".
  
  == hl.simple.pre/hl.simple.post ==
  
- The text which appears before and after a highlit term when using the `simple` formatter. This parameter accepts per-field overrides.
+ The text which appears before and after a highlight term when using the `simple` formatter. This parameter accepts per-field overrides.
  
  The default values are "`<em>`" and "`</em>`"