Deleted children docs still appear in ParentDoc.responses

I manually deleted some response documents from a parent document through the notes client.

I then ran some code which gets a document collection by ParentDoc.responses. The resulting collection shows these deleted documents in the collection’s count.

When I loop through the collection and reach the deleted docs they are returned as “NOTHING.”

We do not have soft deletions enabled. We have “Remove documents not modified after” set to 90 days.

Could this be the deletion stubs remaining? Corruption? (There is no other evidence of corruption) I have performed this type of operation before without encountering this issue.

Subject: Deleted children docs still appear in ParentDoc.responses

Is the database full text indexed? I’ve seen Document stubs hang around in the index until it is updated. I have also seen cases where a deletion and recreation of the index was required to remove these documents completely.

hth,

Heather Smith