Documentation ¶
Index ¶
Constants ¶
View Source
const ( ES6 = "es6" ES7 = "es7" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateModel ¶
type MappingProperty ¶ added in v1.0.17
type MappingProperty struct { Type string `json:"type"` // Index bool `json:"index,omitempty"` // Analyzer string `json:"analyzer,omitempty"` // Fields map[string]*MappingProperty `json:"fields,omitempty"` // ExtProps map[string]interface{} `json:"-"` }
func (*MappingProperty) MarshalJSON ¶ added in v1.0.17
func (t *MappingProperty) MarshalJSON() ([]byte, error)
type MappingSettings ¶ added in v1.0.17
type MappingSettings struct {
SettingsIndex `json:"index"`
}
type QueryModel ¶
type SettingsIndex ¶ added in v1.0.17
Click to show internal directories.
Click to hide internal directories.