[
https://issues.apache.org/jira/browse/SOLR-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated SOLR-452:
---------------------------------
Attachment: SOLR-452.patch
Implementation and test case
> 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.