index with auto mapping to geo_point ?
if i insert a doc with like this example :
geo : {
lat : "34.xx",
lng : "-100.xx"
}
this field type get auto as text » and if i remove string like this 34.xxx && -100.xx it get as float mapping
is any way to set it geo_point without manulay defining in index ?
I think that the closest thing of dynamic templates doesn't cover this case. However manually setting up the mapping is usually a necessary trait.
yes In the end, I have to do it manually tnx
Обсуждают сегодня