[
https://issues.apache.org/jira/browse/SOLR-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14086279#comment-14086279
]
Jeff Geerling commented on SOLR-3955:
-------------------------------------
To echo Sandeep's comment above; this would be a very useful feature for
multivalued geospatial search; currently, with geo search, you can have
{{_dist_}} returned in your search results (so you can give km/mi distance to a
user), but not a latitude/longitude pair, or any other specific information.
Currently, the workaround is to take each returned result and calculate all
address distances in our application code, then display the address that is
nearest to the original lat lon value.
> 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.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]