Re: Multipoint date ranges with spatial - Invalid Longitude Exception?

2013-08-12 Thread David Smiley (@MITRE.org)
Hi Dan, FYI the main reference page on this technique is here: http://wiki.apache.org/solr/SpatialForTimeDurations (note the slight buffering needed for the query shape). You got the exception you got because you separated the dimensions of your query rectangle using a comma, which got

Re: Multipoint date ranges with spatial - Invalid Longitude Exception?

2013-08-12 Thread Smiley, David W.
Whoops; I copy'ed your error of using commas. I meant: Less clear: grantRoundDates:Intersects(0 2013224 2014231 300) More clear: grantRoundDates:[0 2013224 TO 2014231 300] On 8/12/13 3:13 PM, David Smiley (@MITRE.org) dsmi...@mitre.org wrote: Less clear:

Re: Multipoint date ranges with spatial - Invalid Longitude Exception?

2013-08-12 Thread zonski
Awesome, thanks - that fixed it and working perfectly now. The comma syntax is a little cryptic but I can live with that. And the new Intersects syntax is much easier to read so thanks for that too! On Tue, Aug 13, 2013 at 5:52 AM, David Smiley (@MITRE.org) [via Lucene]