* @throws Exception
* <br>See <a href="http://www.elasticsearch.org/guide/reference/api/search/facets/query-facet.html">documentation</a>
*/
@Test
public void queryFacet() throws Exception {
QueryFacetBuilder facet = FacetBuilders.queryFacet("f",
QueryBuilders.matchQuery("brand", "heineken"));
QueryFacet f = (QueryFacet) launchSearch(facet, "f");
f.getCount(); // Number of docs that matched