[
https://issues.apache.org/jira/browse/SOLR-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Klaas resolved SOLR-452.
-----------------------------
Resolution: Fixed
commited, thanks Grant!
I fixed some whitespace, added CHANGES.txt note, and changed the
isMergeContiguous method to protected.
Could you update the wiki when you have a chance?
> 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, 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.