Mongo.drop_index
You're seeing just the function
drop_index
, go back to Mongo module for more information.
Specs
drop_index(GenServer.server(), String.t(), String.t(), Keyword.t()) :: :ok | {:error, Mongo.Error.t()}
Convenient function that drops the index name
in the collection coll
.