Ah, I see where I went wrong. I didn't define that dynamic field, it was in the Solr default schema.xml file. I thought that adding a dynamic field called *_coordinate would basically do the same thing for latitude and longitudes as adding a dynamic field like *_i does for integers, i.e. index it as lat and long. But yeah, I see that field exists so the location fieldType can store the two tdouble values comprising the lat and long. Thanks for the explanation.
-- View this message in context: http://lucene.472066.n3.nabble.com/Unable-to-update-dynamic-coordinate-field-tp4101992p4102008.html Sent from the Solr - User mailing list archive at Nabble.com.
