Re: Spatial filtering

2010-07-20 Thread Olivier Ricordeau
Ok, I have found a big bug in my indexing script. Things are getting better. I managed to have my parsed_filter_query to: +coords_lat_lon_0_latLon:[48.694179707855874 TO 49.01213545059667] +coords_lat_lon_1_latLon:[2.1079512793239767 TO 2.5911832073858765] For the record, here are the parameter

Re: Spatial filtering

2010-07-20 Thread Olivier Ricordeau
Le 20/07/2010 04:18, Lance Norskog a écrit : Add the debugQuery=true parameter and it will show you the Lucene query tree, and how each document is evaluated. This can help with the more complex queries. Do you see something wrong? [debug] => Array ( [rawquerystring] =>

Re: Spatial filtering

2010-07-19 Thread Lance Norskog
Add the debugQuery=true parameter and it will show you the Lucene query tree, and how each document is evaluated. This can help with the more complex queries. On Mon, Jul 19, 2010 at 3:35 AM, Olivier Ricordeau wrote: > Hi folks, > > I can't manage to have the new spatial filtering feature (added