[
https://issues.apache.org/jira/browse/SOLR-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761366#action_12761366
]
Uwe Schindler commented on SOLR-1221:
-------------------------------------
A even simplier workaround:
Instead of using a NRQ, wrap a NRF with ConstantScoreQuery (just change
TrieField.getRangeQuery()). You will loose auto-rewrite if only few terms are
affected, but for precSteps>4/6, MTQ default would also use ConstantScoreQuery.
> Change Solr Highlighting to use the SpanScorer with MultiTerm expansion by
> default
> ----------------------------------------------------------------------------------
>
> Key: SOLR-1221
> URL: https://issues.apache.org/jira/browse/SOLR-1221
> Project: Solr
> Issue Type: Improvement
> Components: highlighter
> Reporter: Mark Miller
> Assignee: Mark Miller
> Fix For: 1.4
>
> Attachments: SOLR-1221.patch, SOLR-1221.patch, SOLR-1221.patch,
> SOLR-1221.patch, SOLR-1221.patch
>
>
> To improve the out of the box experience of Solr 1.4, I really think we
> should make this change. You will still be able to turn both off.
> Comments?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.