Giza.SphinxQL.call
You're seeing just the function
call
, go back to Giza.SphinxQL module for more information.
Link to this function
call(query, call)
Return a SphinxQL query augmented with a CALL statement. A string is acceptable input.
Examples
iex> Giza.SphinxQL.new() |> Giza.SphinxQL.call("QSUGGEST('subtei', 'posts_index')") |> Giza.SphinxQL.send()