Fix delete change event propagation

For deleted changes the checker always returns no result and thus all
change deletion events are erroneously dropped. To rectify skip the
check in that case, construct the index event manually and dispatch
it to the other nodes.

Change-Id: I567b6e12c772174d554ca3c5d3f9cda4c2dba518
2 files changed