: If in my schema, I have the "key" field set to indexed=false, then is that
: maybe the issue?  I'm going to try to set that to true and rebuild the
: repository and see if that does it.

if a field is indexed="false" you can not query on it.

if you can not query on a field, then you can not delete by a query 
against that field.


-Hoss

Reply via email to