Re: multiple spatial values

2011-06-28 Thread marthinal
=50}fq=_query_:{!geofilt sfield=location_2 pt=40.51,-5.91 d=500} other_filter:value .. I write here the query because maybe it *helps* to someone that need to do something like this ... -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-spatial-values

Re: multiple spatial values

2011-06-28 Thread Darren Govoni
.nabble.com/multiple-spatial-values-tp1555668p3117145.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple spatial values

2011-06-28 Thread Smiley, David W.
the query because maybe it *helps* to someone that need to do something like this ... -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-spatial-values-tp1555668p3117145.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple spatial values

2011-06-25 Thread marthinal
this message in context: http://lucene.472066.n3.nabble.com/multiple-spatial-values-tp1555668p3107445.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple spatial values

2011-06-25 Thread Yonik Seeley
On Sat, Jun 25, 2011 at 5:56 AM, marthinal jm.rodriguez.ve...@gmail.com wrote: sfield, pt and d can all be specified directly in the spatial functions/filters too, and that will override the global params. Unfortunately one must currently use lucene query syntax to do an OR. It just makes it

Re: multiple spatial values

2011-06-25 Thread William Bell
Yeah we use this in production. Yonik: WHat are the performance implication with doing this? Will the fq be cached? On Sat, Jun 25, 2011 at 7:27 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Sat, Jun 25, 2011 at 5:56 AM, marthinal jm.rodriguez.ve...@gmail.com wrote: sfield, pt and d

Re: multiple spatial values

2011-06-24 Thread marthinal
? -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-spatial-values-tp1555668p3105521.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple spatial values

2011-06-24 Thread Yonik Seeley
On Fri, Jun 24, 2011 at 2:11 PM, marthinal jm.rodriguez.ve...@gmail.com wrote: Yonik Seeley-2-2 wrote: On Tue, Sep 21, 2010 at 12:12 PM, dan sutton lt;danbsut...@gmail.comgt; wrote: I was looking at the LatLonType and how it might represent multiple lon/lat values ... it looks to me like

multiple spatial values

2010-09-21 Thread dan sutton
Hi, I was looking at the LatLonType and how it might represent multiple lon/lat values ... it looks to me like the lat would go in {latlongfield}_0_LatLon and the long in {latlongfield}_1_LatLon ... how then if we have multiple lat/long points for a doc when filtering for example we choose the

Re: multiple spatial values

2010-09-21 Thread Yonik Seeley
On Tue, Sep 21, 2010 at 12:12 PM, dan sutton danbsut...@gmail.com wrote: I was looking at the LatLonType and how it might represent multiple lon/lat values ... it looks to me like the lat would go in {latlongfield}_0_LatLon and the long in {latlongfield}_1_LatLon ... how then if we have