Giza.get_doc_ids
You're seeing just the function
get_doc_ids
, go back to Giza module for more information.
Link to this function
get_doc_ids(error)
Takes a giza result from a search and returns a list of the document id's
Examples
iex> Giza.get_doc_ids(giza_result)
{:ok, [1, 5, 6, 7], 4}