Prevent observer from storing records

Hello, is there a way to prevent the observer from checking if a document already exist, and prevent it from storing documents in mergebox?
I only use this.added, and I would like for it to return every “new” document even if it already exists.

Thanks