Giza.SphinxProtocol.query_phrase

You're seeing just the function query_phrase, go back to Giza.SphinxProtocol module for more information.
Link to this function

query_phrase(query, query_phrase)

Return a query structure with the phrase string set. This is a wrapper to support all of giza_query.erl, so not recommended to use directly

## Examples

iex> Giza.SphinxProtocol.query_phrase(query, 'searchforme')
{:giza_query, 'localhost', 9312, 0, 275,
"postsummary_fast_index postsummary_slow_index", 0, 25, 0, 0, 1000, 0, 0, "",
"", 0, "@group desc", "searchforme", [], 0, [], [], 0}