On 1/16/07, Edward Summers <[EMAIL PROTECTED]> wrote:
....I was thinking I could do a query that pulls back all the document ids in the index, and then delete each one...
The "delete by query" feature will do this without requiring an iteration on the client side, see http://incubator.apache.org/solr/tutorial.html#Deleting+Data -Bertrand