* (e.g., "places")
* @param query
* the facet query to run against <tt>table</tt>.
*/
public void addQuery(String queryName, String table, FacetQuery query) {
queries.put(queryName, new FacetRequest(Factual.urlForFacets(table), query.toUrlParams()));
}