Giza.SphinxQL.from

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

from(query, index)

Returns a SphinxQL query augmented with an index to select from.

Examples

iex> Giza.SphinxQL.new() |> Giza.SphinxQL.from("posts")