Giza.SphinxProtocol.connection
You're seeing just the function
connection
, go back to Giza.SphinxProtocol module for more information.
Link to this function
connection(query)
Return a new query with the configured host and port
## Examples
iex> Giza.SphinxProtocol.connection(query) {:giza_query, 'localhost', 9312, 0, 275,
"postsummary_fast_index postsummary_slow_index", 0, 25, 0, 0, 1000, 0, 0, "",
"", 0, "@group desc", "test", [], 0, [], [], 0}
Link to this function