You could easily have a scheduled job that ran delete by query to remove posts older than a certain date...
On Fri, Feb 12, 2010 at 13:00, Matthieu Labour <matthieu_lab...@yahoo.com> wrote: > HiIs there a way for solr or lucene to expire documents based on a field in a > document. Let's say that I have a createTime field whose type is date, can i > set a policy in schema.xml for solr to delete the documents older than X > days?Thank you > > >