Giza.SphinxProtocol.new

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

new(index, search_phrase)

Build a new default query against the passed index and phrase

## Examples

iex> Giza.SphinxProtocol.new('postsummary_fast_index postsummary_slow_index', 'baggy') {: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}