Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultBaseURL = "https://localhost:9200" TypeInteger = "integer" TypeKeyword = "keyword" TypeText = "text" )
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 int `json:"ignore_above,omitempty"`
Properties map[string]Property `json:"properties,omitempty"`
Fields map[string]Property `json:"fields,omitempty"` // key can be "raw"
}
Click to show internal directories.
Click to hide internal directories.