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
Simplify readCollectionOrArray to consider properly nested lists and maps
Simplify readMap to allow reading generic maps and entities in maps
This allows adding Document to ElasticsearchSimpleTypes.
Also, update DefaultElasticsearchTypeMapper to report a fallback TypeInformation to properly convert nested maps.
mp911de
changed the title
Align MappingElasticsearchConverter with MongoDB converter
Align MappingElasticsearchConverter with other Spring Data converters
Feb 1, 2021
* Add support for SpEL expressions via @value.
* Simplify readCollectionOrArray to consider properly nested lists and maps
* Simplify readMap to allow reading generic maps and entities in maps.
* Report a fallback TypeInformation in DefaultElasticsearchTypeMapper to properly convert nested maps.
Resolves#1676.
* Add support for SpEL expressions via @value.
* Simplify readCollectionOrArray to consider properly nested lists and maps
* Simplify readMap to allow reading generic maps and entities in maps.
* Report a fallback TypeInformation in DefaultElasticsearchTypeMapper to properly convert nested maps.
We now no longer rely on isSimpleType when writing Maps. This is the preparation to consider Map as simple type.
Resolves#1676.
See #1675.
@Value
.readCollectionOrArray
to consider properly nested lists and mapsreadMap
to allow reading generic maps and entities in mapsThis allows adding
Document
toElasticsearchSimpleTypes
.Also, update
DefaultElasticsearchTypeMapper
to report a fallbackTypeInformation
to properly convert nested maps.Related ticket: #1675.
The text was updated successfully, but these errors were encountered: