You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I'm getting this error when I index my models with the new version 1.3.1. Any ideas why?
{ error: 'RemoteTransportException[...][index]]; nested: MapperParsingException[failed to parse]; nested: ElasticsearchParseException[field must be either \'lat\', \'lon\' or \'geohash\']; '
My mapping looks like this:
location:
geo_point:
type : String
es_type : 'geo_point'
es_lat_lon : true
lat :
type: Number
lon :
type: Number
The text was updated successfully, but these errors were encountered:
Hi All,
I'm getting this error when I index my models with the new version 1.3.1. Any ideas why?
My mapping looks like this:
The text was updated successfully, but these errors were encountered: