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
As of the documentation, it is possible to make different values for dynamicMapping setting in document and it's inner objects.
However, it is not possible to enable dynamicMapping for @Field(type = FieldType.Object), because it is not an entity.
There should be a way to apply this setting on any property, not only for documents, as there many cases, when Object field is not an entity - Map, for example.