RangeBucket
data class RangeBucket(key: String, docCount: Long, from: Double?, fromAsString: String?, to: Double?, toAsString: String?, aggs: Map<String, AggregationResult>) : KeyedBucket<String>
Content copied to clipboard
Functions
Properties
aggs
Link copied to clipboard
fromAsString
Link copied to clipboard
toAsString
Link copied to clipboard