Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocationMap ¶
type OptionSortByItem ¶
type Options ¶
type Options struct { From int `json:"from"` Size int `json:"size"` SortBy []OptionSortByItem `json:"sort_by"` }
type Result ¶
type Result struct { Score float64 `json:"score"` Fields map[string]interface{} `json:"fields"` Location LocationMap `json:"location"` }
Click to show internal directories.
Click to hide internal directories.