My very first guess would be that you're removing an index that isn't the one your SOLR configuration points at.
Second guess would be that your browser is caching the results of your first query and not going to SOLR at all. Stranger things have happened <G>. Third guess is you've mis-identified the core in your URL. Can you check those three things and let us know if you still have the problem? Erick On Tue, Mar 2, 2010 at 7:36 AM, Lee Smith <l...@weblee.co.uk> wrote: > Hi All > > Is there a post request method to clean the index? > > I have removed my index folder and restarted solr and its still showing > documents in the stats. > > I have run this post request: > http://localhost:8983/solr/core1/update?optimize=true > > I get no errors but the stats are still show my 4 documents > > Hope you can advise. > > Thanks