[
https://issues.apache.org/jira/browse/SOLR-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556988#action_12556988
]
Mike Klaas commented on SOLR-452:
---------------------------------
Looks good Grant. One comment: might it be better to make the new parameter
per-field overridable?
> Allow for merging of contiguous fragments
> -----------------------------------------
>
> Key: SOLR-452
> URL: https://issues.apache.org/jira/browse/SOLR-452
> Project: Solr
> Issue Type: Improvement
> Components: highlighter
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
> Attachments: SOLR-452.patch
>
>
> Lucene's highlighter capability allows for the merging of contiguous
> fragments. Currently, Solr has this hard-coded to false. The patch to
> follow changes this behavior to allow it to be set in the solrconfig.xml
> highlighter section.
> This can be handled via:
> <int name="hl.mergeContiguous">true</int>
> The default value is false, as is the current way of doing it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.