I have two indexes leader index support read write operations and follower index support read operation only but need to delete document in follower index, How can we delete the documents from follower index?
If you want to maintain the Leader -> Follower then delete the document in the Leader Index and then it will be deleted in the follower.
You can not delete documents from directly the follower index while it is still following.
If you break the Leader Follower that is permanent ... you can not unfollower ... delete documents and resume following
The whole point of Cross Cluster Replications is Replicated Indices.
If this is time series data that is a different process once the leader rolls over to a new index ... and new follower will be created and the old follower becomes a normal index
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.