Giza.Http.limit

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

limit(http_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.Http.new() |> Giza.Http.limit(1)