Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) ImplementsAdvancedFilters ¶ added in v0.3.0
func (*Client) ListIndices ¶
type Hit ¶
type Hit struct { ID string `json:"_id"` Source JsonObject `json:"_source"` }
type JsonObject ¶
type JsonObject map[string]interface{}
type QueryResult ¶
type QueryResult struct { Responses []struct { Hits struct { Hits []Hit `json:"hits"` } `json:"hits"` } `json:"responses"` }
Click to show internal directories.
Click to hide internal directories.