Spear.merge_indexes

You're seeing just the function merge_indexes, go back to Spear module for more information.
Link to this function

merge_indexes(conn, opts \\ [])

View Source (since 0.4.0)

Specs

merge_indexes(connection :: Spear.Connection.t(), opts :: Keyword.t()) ::
  :ok | {:error, any()}

Requests that the indices be merged

See the EventStoreDB documentation for more information.

A user does not need to be in $ops or any group to initiate this request.

Options

Options are passed to request/5.

Examples

iex> Spear.merge_indexes(conn)
:ok