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 EricPugh. The comment on this change is: Typo fix. http://wiki.apache.org/solr/HighlightingParameters?action=diff&rev1=24&rev2=25 -------------------------------------------------- A '*' can be used to match field globs, e.g. 'text_*' or even '*' to highlight on all fields where highlighting is possible. When using '*', consider adding hl.requireFieldMatch=true. - If the specified field is termVectors=on, termPositions=on and termOffsets=on, DefaultSolrHighlighter uses FastVectoryHighlighter if the hl.useFastVectorHighlighter parameter set to on. + If the specified field is termVectors=on, termPositions=on and termOffsets=on, DefaultSolrHighlighter uses FastVectorHighlighter if the hl.useFastVectorHighlighter parameter set to on. The default value is blank.