Hi Marshall,

There is nothing such built-in, but you can easily build simple external tools 
to do this.
You can check the disk space used by the index (du)
You can check the total number of docs in the index (via Luke request handler)

You'll still have to have some mechanism of retrieving the oldest N docs for 
removal.


Otis --
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch


----- Original Message ----
> From: Marshall Weir <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Friday, May 23, 2008 3:58:18 PM
> Subject: SOLR index size
> 
> Hi,
> 
> I'm using SOLR to keep track of customer complaints. I only need to  
> keep recent complaints, but I want to keep as many as I can fit on my  
> hard drive. Is there any way I can configure SOLR to dump old entries  
> in the index when the index reaches a certain size? I'm using a month  
> old version from trunk.
> 
> Thanks,
> Marshall

Reply via email to