Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchAgentClient ¶
type SearchAgentClient interface {
SearchAgent(query string, searchFields map[string]interface{}, from int, size int) (AgentHits, error)
}
func NewSearchAgentClient ¶
func NewSearchAgentClient(esUrl *url.URL) (SearchAgentClient, error)
Click to show internal directories.
Click to hide internal directories.