Features & Enhancements
- #3279 6.x Performance Improvements
- #3277 Associate an external id with a task, so that it can be cancelled later.
- #3268 Update REST API json specifications to 6.2
- #3288 Add _source to ReindexOnServer API source settings
- #3233 Add CompositeAggregation
- #3253 [6.2] Add scroll parameter to _reindex API
- #3258 [6.2] Include include_global_state in Snapshot status API
- #3292 Add DocValueFields to TopHits Aggregation
- #3293 Add _ScriptedUpsert to BulkUpdateOperation
- #3266 Feature/net abstractions backport 6.x
- #3276 Include include_global_state in Snapshot status API. Closes #3258.
- #3283 Feature/netcoreapp21 6x
- #3290 Add ability to specify fields from _source to reindex
- #3289 Add scroll parameter to reindex. Closes #3253
Bug Fixes
- #3287 Assign instance to Aggregations property
- #3291 Check stream is seekable when checking length
- #3294 Support single or array of char filters and token filters
- #3263 Rename jarowinkler to jaro_winkler.
- #3264 Closes #3251. Rename levenstein to levenshtein.
- #3232 Change RequestConfiguration.ThrowExceptions to bool? (#3231)
- #3278 Respect JSON Dates from Elasticsearch when passing to SourceSerializer
- #3107 "DataMember" attribute is not applied when deserializing searching query
- #3237 Could not create an instance of type Nest.IHttpInputAuthentication while executed GetWatch
- #3262 Error in parsing index settings
- #3270 ScriptedUpsert has no effect on BulkUpdateOperation
- #3274 TopHits aggregation is missing DocValueFields
- #3286 NestedAggregation should expose sub aggregations through Aggregations property
- #3306 Add BWC changes to client for 6.2 release.
- #3304 Honour DataMember and DataContract attributes
- #3302 net46 sets WebException as OriginalException where netcore sets Elast…
- #3301 Update types and relations documentation
- #3295 Integration test to verify version support for inner hits in field collapsing
- #3249 [6.2] Backport delimited payload filter renaming
- #3250 [6.2] Deprecating
jarowinkler
in favor ofjaro_winkler
- #3251 [6.2] Deprecating
levenstein
in favor oflevensHtein
- #3254 [6.2] Limit the analyzed text for highlighting
- #3255 [6.2] Adds
wait_for_no_initializing_shards
to cluster health API - #3259 [6.2] Add ability to associate an ID with tasks
- #3260 [6.2] Always include the _index and _id for nested search hits
- #3261 [6.2] Add version support for inner hits in field collapsing