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

Sandeep Tucknat edited comment on SOLR-3955 at 3/1/13 3:43 PM:
---------------------------------------------------------------

This is especially important in a spatial search since there's an important 
business case of finding the branches/locations for an entity within a spatial 
filtering query. While the multi-valued spatial field implementation provides 
for filtering and scoring, it does not return this information to the client at 
the moment.


PS : I am relatively new to Solr and SE in general but have years of Java 
coding and debugging experience. I'd love to help resolve this if someone can 
point me in the right direction and something more than 'hook it up to the 
debugger and start looking' would be appreciated.
                
      was (Author: mathakuna):
    This is especially important in a spatial search since there's an important 
business case of finding the branches/locations for an entity within a spatial 
filtering query. While the multi-valued spatial field implementation provides 
for filtering and scoring, it does not return this information to the client at 
the moment.
                  
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to