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

David Smiley commented on SOLR-3955:
------------------------------------

highlighting returns the stored values.  I'm not sure how sorting has anything 
to do with this.  Try some parameters like:
* hl.method=unified
* hl.fragsize=0
* hl.tag.pre=      (blank)
* hl.tag.post=       (blank)

and whatever else needed like hl.fl.

> Return only matched multiValued field
> -------------------------------------
>
>                 Key: SOLR-3955
>                 URL: https://issues.apache.org/jira/browse/SOLR-3955
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 4.0
>            Reporter: Dotan Cohen
>            Priority: Major
>              Labels: features
>
> Assuming a multivalued, stored and indexed field named "comment". When 
> performing a search, it would be very helpful if there were a way to return 
> only the values of "comment" which contain the match. For example:
> When searching for "gold" instead of getting this result:
> <doc>
>     <arr name="comment">
>         <str>Theres a lady whos sure</str>
>         <str>all that glitters is gold</str>
>         <str>and shes buying a stairway to heaven</str>
>     </arr>
> </doc>
> I would prefer to get this result:
> <doc>
>     <arr name="comment">
>         <str>all that glitters is gold</str>
>     </arr>
> </doc>
> (psuedo-XML from memory, may not be accurate but illustrates the point)
> Thanks.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to