I'v done cleaning index with following command:
curl -XPOST 'http://localhost:9200/my-indices-*/_forcemerge?only_expunge_deletes=true&max_num_segments=1&flush=true'
But there is still numbers of docs.deleted docs left in index.
How can I completely delete these deleted documents in index ?