Giza.SphinxQL.limit

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

limit(query, limit)

Returns an api query augmented with a limit for amount of returned documents. Note that Sphinx also allows for setting an internal limit in configuration. Only an integer is acceptable input.

Examples

iex> Giza.SphinxQL.new() |> Giza.SphinxQL.limit(1)