You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2013/06/17 16:45:41 UTC

[jira] [Updated] (SOLR-2345) Extend geodist() to support MultiValued lat long field

     [ https://issues.apache.org/jira/browse/SOLR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley updated SOLR-2345:
-------------------------------

    Summary: Extend geodist() to support MultiValued lat long field  (was: Extend geodist() and geofilt to support MultiValued lat long field)

I re-labelled this issue to focus on geodist().  {!geofilt}, as of v4.2 works with the multi-valued capable field: SpatialRecursivePrefixTreeFieldType (RPT for short).

What I previously commented on, regarding a multiValued FieldCache was implemented already in Lucene 4.2 but making geodist() work for RPT as well as LatLonType isn't so much related to that actually.

It'd be a real hack to make geodist() work with RPT, as geodist() internally has very different expectations about how points are obtained per-document, between how LatLonType works and how the Lucene spatial Strategy abstraction works (what's underneath RPT).  However, I'm increasingly inclined to think the hack would be worth it from a developer ease-of-use point of view.  I'll keep this issue on my TODO-list radar.
                
> Extend geodist() to support MultiValued lat long field
> ------------------------------------------------------
>
>                 Key: SOLR-2345
>                 URL: https://issues.apache.org/jira/browse/SOLR-2345
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Bill Bell
>
> Extend geodist() and {!geofilt} to support a multiValued lat,long field without using geohash.
> sort=geodist() asc

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org