Template helloTemplate = configuration.getTemplate("answer.ftl");
// Not necessary yet to understand this. It's just to prove that you
// are able to run a command on a mongod server
AggregationOutput output =
collection.aggregate(
new BasicDBObject("$group",
new BasicDBObject("_id", "$value")
.append("count", new BasicDBObject("$sum", 1)))
,
new BasicDBObject("$match", new BasicDBObject("count",