hello, 

I have  two field declared in schema xml as 
 
*<field name='longitude' type='string' indexed='true' stored='true'
required='false' multiValued='true' </field>
<field name='latitude' type='string' indexed='true' stored='true'
required='false' multiValued='true'></field>
*

I want to generate a query to find all the result in specific range for
longitude and latitude

My query looks like 

*latitude:[47.010225655683485 TO 52.40241887397332] AND
longitude:[-2.0214843750000004 TO 14.633789062500002]*

the problem here is:- i am not getting all the result i except, can anyone
suggest me what I can do here and why it is wrong?

PS:- I have already tried rounding of the decimals, I cannot change the type
from string in schema.xml. 

Thanks & Regards
Niharika 




--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to