You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Eric Schoen (JIRA)" <ji...@apache.org> on 2016/03/17 01:30:33 UTC

[jira] [Commented] (SOLR-3955) Return only matched multiValued field

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

Eric Schoen commented on SOLR-3955:
-----------------------------------

This would also be helpful for applications in which [hierarchical faceting|https://wiki.apache.org/solr/HierarchicalFaceting] needs to be combined with a hierarchy search function. (For example, when using a Javascript component such as jstree to incrementally drill down in to a large collection of facet values, while offering the ability to search for facet values as well.)

> 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
>              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
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org