NEST/Elasticsearch.Net version: 6.4.1
Elasticsearch version: 6.3.0
Description of the problem including expected versus actual behavior:
I am using ICompositeAggregationSource where the field missing_bucket was newly added (that's compatible with Elasticsearch version 6.4.0). In 6.3.0 that field was called missing.
Is there a way to force serialization that would serialize bool? MissingBucket { get; set; } as missing instead of missing_bucket.
Thanks for your help.