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
Object properties that are no field-backed but provided by a getter/setter method should be supported.Currently adding the @AccessType annotation works but requires to have a getter and a setter. A setter should be optional.
Besides adapting the MappingElasticsearchConverter this means that it must also be possible to put the @Field annotation on a getter method to be able to write the correct mappings and do custom conversions