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 19:35:59 UTC

[Solr Wiki] Trivial Update of "HighlightingParameters" by MikeKlaas

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

The comment on the change is:
Fixing the tense of some instances of "highlight"

------------------------------------------------------------------------------
  
  == hl.requireFieldMatch ==
  
- 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).
+ 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).
  
  The default value is "`false`".
  
  == hl.formatter ==
  
- 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.
+ Specify a formatter for the highlight output.  Currently the only legal value is "`simple`", which surrounds a highlighted 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 highlight term when using the `simple` formatter. This parameter accepts per-field overrides.
+ The text which appears before and after a highlighted term when using the `simple` formatter. This parameter accepts per-field overrides.
  
  The default values are "`<em>`" and "`</em>`"