[ https://issues.apache.org/jira/browse/SOLR-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760080#action_12760080 ]
Mark Miller commented on SOLR-1221: ----------------------------------- I don't see one - ugly options I can think of - 1. extend highlighter and duplicate a ton of code with a fix - obviously not really an option 2. run through the query first and rebuild it without the numericrangequery part 3. use an overridden version of NumericQuery in Solr that returns a placeholder term from getTerm None of these are really viable IMO though. > 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 > > > 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.