/** {@inheritDoc} */
 @Override
 public boolean handleEntry(final SearchResultEntry entry) {
   return entryHandler.handleEntry(entry);
 }