Hi I am using solr 4.2, and have set up spatial search config as below
http://wiki.apache.org/solr/SpatialSearch#Schema_Configuration But everything I make an update to a document, http://wiki.apache.org/solr/UpdateJSON#Updating_a_Solr_Index_with_JSON more values of the *_coordinates fields gets inserted, even though it was not set to multivalue & this behavior doesn't happen to any of the other fields. Any ideas how to avoid adding extra values to the _coordinates fields on updates?