Skip to content

Commit dd314ff

Browse files
Update for 8.5 spec, add FieldValue and various fixes (#6732) (#6734)
* Generate on 8.5 spec which includes spec fixes * Update for 8.5 spec, add FieldValue and various fixes Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent a5e4827 commit dd314ff

File tree

146 files changed

+3118
-1360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+3118
-1360
lines changed

src/Elastic.Clients.Elasticsearch.JsonNetSerializer/Converters/HandleNestTypesOnSourceJsonConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class HandleNestTypesOnSourceJsonConverter : JsonConverter
2121
typeof(QueryContainer),
2222
//typeof(CompletionField),
2323
//typeof(Attachment),
24-
typeof(LazyDocument),
24+
typeof(LazyJson),
2525
//typeof(GeoCoordinate),
2626
typeof(GeoLocation),
2727
//typeof(CartesianPoint),

0 commit comments

Comments
 (0)