Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIndexBody ¶
type Property ¶
type Property struct {
Type string `json:"type,omitempty"`
Index *bool `json:"index"`
Format string `json:"format,omitempty"`
Path string `json:"path,omitempty"`
IgnoreAbove uint `json:"ignore_above,omitempty"`
Properties map[string]Property `json:"properties,omitempty"`
Fields map[string]Property `json:"fields,omitempty"` // key can be "raw" or "keyword". See more https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-fields.html#multi-fields .
}
Click to show internal directories.
Click to hide internal directories.