Giza.SphinxQL.meta

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

Return meta information about the latest query on the current client. This is commonly used to retrieve the total returned in that query and the total available without limit. This information can be used for pagination

http://sphinxsearch.com/docs/devel.html#sphinxql-show-meta

Examples

iex> Giza.SphinxQL.meta()

    {:ok, %SphinxqlMeta{"total": 20, "total_found": 1000, "time": 0.0006, ...}