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 2009/08/05 17:53:31 UTC

[Solr Wiki] Update of "HighlightingParameters" by DominicMitchell

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

The comment on the change is:
Just spent too long debugging this oneā€¦

------------------------------------------------------------------------------
  
  == 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 fields 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).  This only takes effect if "`hl.usePhraseHighlighter`" is "`true`".
  
  The default value is "`false`".