Giza.SphinxQL.send
You're seeing just the function
send
, go back to Giza.SphinxQL module for more information.
Link to this function
send(query)
Send a query to be executed after preprocessing of the SphinxqlQuery structure. Returns a tuple with :ok or :error and the error message if applicable.
Examples
iex> Giza.SphinxQL.new() |> Giza.SphinxQL.raw("SELECT id FROM test_index WHERE MATCH('great kahn')") |> Giza.SphinxQL.send()