Hi,

Sorry for all the questions today but I paid a third party coder to develop
a schema for me but now that I have more of an understanding myself I have a
questions. 

The aim is to do spacial searching so in my schema I have this:
<field name="latlng" type="location" indexed="true" stored="false" />
<field name="latlng_0_coordinate" type="double" indexed="true"
stored="false" />
<field name="latlng_1_coordinate" type="double" indexed="true"
stored="false" />

My site doesnt seem to submit via JSON to lat_lng_0_coordinate and
latlng_1_coordinate but nothing gets submitted to latlng.

Furthermore, there is no other mention of "latlng" in my schema.xml, so its
not like there is a combine or join function in there as far as I can see.

So, my question is, does latlng have a purpose or has the coder put it in in
error?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Correct-way-of-storing-longitude-and-latitude-tp4009228.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to