Hi Alessandro,
Thanks for answer. Yes, I have tried to removed the second query. Most
of the results are corrects but some as this one are not. The second
query are just to point on a specific record. I will try to debug query
tomorrow.
Cheers,
Fred
Le 2015-11-04 18:25, Alessandro Benede
Hi Frederic,
Have you tried to debug the query ?
Have you tried to remove the second filter query ?
I assume the spatial filter query is not working properly, so only the
second filter query is evaluated.
Please give us some additional details and let's try to help you !
Cheers
On 4 November 2015
Dear All,
I have a problem with the spacial search that returns us wrong results.
Here is the way I declare our spacial bbox index with Solr 5.4 :
id
distanceUnits="kilometers" numberType="_bbox_coord"/>
precisionStep="8" docValues="true" stored="false"/>
[...]
Here t