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
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.