Documentation ¶
Index ¶
Constants ¶
View Source
const ( ESIndexSkuInventory = eSIndexPrefix + "sku-inventory" ESIndexShop = eSIndexPrefix + "shop" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchHits ¶
type SearchHits struct { Total struct { Value int `json:"value"` Relation string `json:"relation"` } `json:"total"` MaxScore float64 `json:"max_score"` Hits []struct { Index string `json:"_index"` Type string `json:"_type"` ID string `json:"_id"` Score float64 `json:"_score"` Source map[string]interface{} `json:"_source"` } `json:"hits"` }
type SearchResponse ¶
Click to show internal directories.
Click to hide internal directories.