I have an index with data that contains a start-date and end-date. Documents that have an end-date past today, are not valuable anymore. So ideally, I want them out of the index.
Is there a way to have index lifecycle management based on actual data?
No. ILM removes data by deleting complete indices, not specific documents within indices. You will need to use delete by query to achieve what you describe, which is something you will need to trigger yourself.
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.