mouli_v
(Mouli V)
February 8, 2021, 3:21pm
1
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.
mouli_v:
Do we really need to care about docs.deleted
?
Probably not. If you deleted docs it seems strange that you now mind that they're no longer there
This is the behaviour I'd expect: reindexing will only reindex the docs that weren't deleted.
1 Like
system
(system)
Closed
March 8, 2021, 3:45pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.