When managing retention of documents, the recommended approach is often to use time based indices instead of large indices from which data periodically need to be deleted. This works particularly well for immutable data, this is the use case for which Curator was designed.
What type of data do you have? What is your use case?
Usually you use a tool like curator to create a new index every day and do
some tidying up on the old indexes. It is usually handled by making an
alias that points to the "current" index and always moving it to the next
day's index when you create a new one. Or maybe you create one weekly. Or
something like that.
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.