Thanks! Curently I submit about 100 delete requests per second... Using your SolrEx!
-----Original Message----- From: Ryan McKinley= you can add a date field to your schema with a default value "NOW". This will give each document a timestamp for when it was indexed. I have this in my schema: <field name="timestamp" type="date" indexed="true" stored="true" default="NOW" /> then you can easily delete with a query.
