I am using Apache Solr 4.3.1 as a repository for storing and indexing the data . Now, One of the field is related to the data of posting of data. I want to update the repository by deleting those entries which are older than 30 days and keeping only relevant data on temporal basis.
I have a web application based on Solrj which is interacting with Solr server for fetching the search results. Should I add a scheduled thread for deleting data from Solr server after 30 days or Solr provides a functionality to automatically remove the data after specific time period?