On 4/12/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote: > > Yes, I believe the Wiki has an example like this (a uniqueKey field > > not named "id") > Right, I should have looked there, too. > > > > But after a <commit/> I found the number of documents unchanged > > > in the stats.
If numDocs didn't change, nothing was deleted (this number is obtained directly from Lucene). Try verifying the id actually exists by doing a query on it. Then after you delete and commit, verify that the id is gone by re-executing that query. -Yonik