collectNode,
projectorChain
);
shardCollectors.add(collector);
} catch (IndexShardMissingException e) {
throw new UnhandledServerException(
String.format("unknown shard id %d on index '%s'",
shardId, entry.getKey()), e);
} catch (Exception e) {
logger.error("Error while getting collector", e);
throw new UnhandledServerException(e);
}
}
}
// start the projection