We are in the process of reindexing data from one cluster another cluster. We are observing docs.deleted
is 0
which is different from the old cluster.
We tried curl -X POST "localhost:9200/_refresh?pretty"
, but no use.
Questions:
- Do we really need to care about
docs.deleted
? - How can we get the docs.deleted instead perform the reindexing again.