Giza.SphinxQL.offset
You're seeing just the function
offset
, go back to Giza.SphinxQL module for more information.
Link to this function
offset(query, offset)
Returns a SphinxQL query augmented with a limit for amount of returned documents. Only an integer is acceptable input. This is normally used to support pagination.
Examples
iex> Giza.SphinxQL.new() |> Giza.SphinxQL.offset(10)