[ 
https://issues.apache.org/jira/browse/SOLR-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179219#comment-13179219
 ] 

Antony Stubbs commented on SOLR-2998:
-------------------------------------

A better explanation:

This comment is a variation on __. Can we get a modification for 
SingleFragListBuilder that when working on a multivalued field, return an 
entire, _single_, value from the set of multi values? I.e. instead of the 
entire collection of values, return the entire single value. i.e.

index (multi value field): {one, wow two wow, three}
hl.q: two

returns: "wow <em>two</em> wow"
instead of current: "..ne wow <em>two</em> wow thr.."
                
> FastVectorHighlighter should be able to return single matched multivalue 
> result, not concatenate surrounding values
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2998
>                 URL: https://issues.apache.org/jira/browse/SOLR-2998
>             Project: Solr
>          Issue Type: Improvement
>          Components: highlighter
>    Affects Versions: 4.0
>            Reporter: Antony Stubbs
>
> Standard highlighter would, specifically LuceneGapFragmenter, only return a 
> single highlighted value from mutlivalue field highlighting. I can't see how 
> to get the same response from FVH, it seems to insist on concatenating all 
> values of a multivalue field together (or at least surrounding values on 
> highlight matches.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to