Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisPoint ¶
func DisPoint(m map[string]*json.RawMessage) map[string]json.RawMessage
Types ¶
type AggregationBucketKeyItem ¶
type AggregationBucketKeyItem struct { Aggregations map[string]json.RawMessage Key interface{} DocCount int64 Version int32 }
func (AggregationBucketKeyItem) Range ¶
func (a AggregationBucketKeyItem) Range(name string) ([]*AggregationBucketKeyItem, bool)
func (AggregationBucketKeyItem) Sum ¶
func (a AggregationBucketKeyItem) Sum(name string) (float64, bool)
func (AggregationBucketKeyItem) Term ¶
func (a AggregationBucketKeyItem) Term(name string) ([]*AggregationBucketKeyItem, bool)
Click to show internal directories.
Click to hide internal directories.