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
Index mapping dynamic templates provide more control on dynamic field mappings. Using them allows using the {dynamic_type} property type that is missing in the API spec.
This requires a new DynamicTypeProperty class with a type: '{dynamic_type}' variant tag.
Dynamic properties can be of type object, string, long, double, boolean, date and binary (see ES code). So DynamicTypeProperty must aggregate the properties of all these types.
The text was updated successfully, but these errors were encountered:
hello @swallez
I see this ticket has been closed so I assume this should be fixed? Though I can't find DynamicType in the java api version 7.17.7 or 8.5.2.
Any idea what I'm doing wrong?
Kind regards
Nicky
Found in elastic/elasticsearch-java#142
Index mapping dynamic templates provide more control on dynamic field mappings. Using them allows using the
{dynamic_type}
property type that is missing in the API spec.This requires a new
DynamicTypeProperty
class with atype: '{dynamic_type}'
variant tag.Dynamic properties can be of type
object
,string
,long
,double
,boolean
,date
andbinary
(see ES code). SoDynamicTypeProperty
must aggregate the properties of all these types.The text was updated successfully, but these errors were encountered: