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 2010/02/06 04:40:08 UTC

[Solr Wiki] Update of "HighlightingParameters" by KojiSekiguchi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "HighlightingParameters" page has been changed by KojiSekiguchi.
http://wiki.apache.org/solr/HighlightingParameters?action=diff&rev1=23&rev2=24

--------------------------------------------------

  
  Specify the name of SolrFragmentsBuilder.  <!> [[Solr1.5]] This parameter makes sense for FastVectorHighlighter only.
  
- == hl.useHighlighter ==
+ == hl.useFastVectorHighlighter ==
  
- Use (traditional) Highlighter even if the field is termVectors=on, termPositions=on and termOffsets=on. This parameter accepts per-field overrides.  <!> [[Solr1.5]]
+ Set to true when you want to use FastVectorHighlighter. Highlighting field should be termVectors=on, termPositions=on and termOffsets=on. This parameter accepts per-field overrides.  <!> [[Solr1.5]]
  
  The default value is "`false`"