Merge two indexes

This API will copy the content of the merged_index to the index_name.

The merge does not honor any primary key. If you have two records with the same ID they will both exist after the merge operation.

Parameters:

curl -XPOST "http://localhost:9091/indexes/my_index/merge/my_other_index"

Response

Returns a JSON object with the index status.

{
  "...":"..."
}