}
plugins.put("overall", new OverallRecommendationPlugin("overall"));
this.defaults = prop.getAsStringArray("recommendation_plugin.default");
this.qsLabel = new QuerableString(prop.getProperty("recommendation_plugin.label_pattern"),
prop.getAsStringArray("recommendation_plugin.label_component"));
this.qsComment = new QuerableString(prop.getProperty("recommendation_plugin.comment_pattern"),
prop.getAsStringArray("recommendation_plugin.comment_component"));
this.qsCover = new QuerableString(prop.getProperty("recommendation_plugin.cover_pattern"),
prop.getAsStringArray("recommendation_plugin.cover_component"));
}