I have a SOLr instance where i index a large number of documents from my client so users can search them in a web application.
Because we have a large number of files and they need to search the recent ones only (90 days or so) we have a scheduled job that remove old documents from index.
The problem is, the disk space is increasing about 2Gb a day, even with the deletions.
Is this a normal behavior or should we do something more to keep index in a stable size?
We are using a Java application to add and remove files to the index.