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 > &

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