Skip to content

Commit

Permalink
indicesputmappings formating updated using gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetek committed Nov 11, 2014
1 parent ac4ad1f commit 6774ac2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/indicesputmapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ type Mapping map[string]MappingOptions
type MappingOptions struct {
Id IdOptions `json:"_id"`
Timestamp TimestampOptions `json:"_timestamp"`
Analyzer *AnalyzerOptions `json:"_analyzer,omitempty"`
Parent *ParentOptions `json:"_parent,omitempty"`
Routing *RoutingOptions `json:"_routing,omitempty"`
Size *SizeOptions `json:"_size,omitempty"`
Source *SourceOptions `json:"_source,omitempty"`
Type *TypeOptions `json:"_type,omitempty"`
Analyzer *AnalyzerOptions `json:"_analyzer,omitempty"`
Parent *ParentOptions `json:"_parent,omitempty"`
Routing *RoutingOptions `json:"_routing,omitempty"`
Size *SizeOptions `json:"_size,omitempty"`
Source *SourceOptions `json:"_source,omitempty"`
Type *TypeOptions `json:"_type,omitempty"`
Properties map[string]interface{} `json:"properties"`
}

Expand Down

0 comments on commit 6774ac2

Please sign in to comment.