Re: Spatial Solr: problem with multiValued PointType

2010-06-01 Thread Darren Govoni
This seems to be a problem (from my limited understanding). I encountered the same thing. And the problem is that you can have results that independently match the constraints for latitude and longitude, but the corresponding points would not match (i.e. with separate fields there are no longer po

Re: Spatial Solr: problem with multiValued PointType

2010-05-06 Thread Pointbreak
On Wed, 05 May 2010 06:00 -0700, "Grant Ingersoll" wrote: > > On May 4, 2010, at 7:20 AM, pointbreak+s...@ml1.net wrote: > > > I want to link documents to multiple spatial points, and filter > > documents based on a bounding box. I was expecting that the > > solr.PointType would help me with tha

Re: Spatial Solr: problem with multiValued PointType

2010-05-05 Thread Grant Ingersoll
On May 4, 2010, at 7:20 AM, pointbreak+s...@ml1.net wrote: > I want to link documents to multiple spatial points, and filter > documents based on a bounding box. I was expecting that the > solr.PointType would help me with that, but run into a problem. When I > create a filter, it seems that Solr

Spatial Solr: problem with multiValued PointType

2010-05-04 Thread pointbreak+solr
I want to link documents to multiple spatial points, and filter documents based on a bounding box. I was expecting that the solr.PointType would help me with that, but run into a problem. When I create a filter, it seems that Solr matches the latitude and longitude of the PointType separately. Coul