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
At the moment you have to add a separate annotation @DynamicMapping to the entity or fields of type Object and Nested to configure the dynamic mapping parameter. This seems a bit too complicated to me, since the other mapping parameters like ignore_above or doc_values are part of the @Field annotation. We should add dynamic as part of the @Document and @Field annotation, deprecate the old implementation and switch to the new one.
The text was updated successfully, but these errors were encountered:
At the moment you have to add a separate annotation
@DynamicMapping
to the entity or fields of typeObject
andNested
to configure the dynamic mapping parameter. This seems a bit too complicated to me, since the other mapping parameters likeignore_above
ordoc_values
are part of the@Field
annotation. We should adddynamic
as part of the@Document
and@Field
annotation, deprecate the old implementation and switch to the new one.The text was updated successfully, but these errors were encountered: