Browse Source

added description for aggregation and bucket types

tags/v1.0.0
Ian Babrou 10 years ago
parent
commit
d384dd00bd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      structs.go

+ 2
- 0
structs.go View File

@@ -84,8 +84,10 @@ type Response struct {
Aggregations map[string]Aggregation `json:"aggregations,omitempty"` Aggregations map[string]Aggregation `json:"aggregations,omitempty"`
} }


// Represents an aggregation from response
type Aggregation map[string]interface{} type Aggregation map[string]interface{}


// Represents a bucket for aggregation
type Bucket map[string]interface{} type Bucket map[string]interface{}


// Represents a document to send to elasticsearch // Represents a document to send to elasticsearch


Loading…
Cancel
Save