Very new to elasticsearch, using the Java client.
Is it possible to return facet counts filtered on a prefix?
For example, I'm searching for URLs and want to ignore the path, and just count the hostname. Eg,
addFacet( filterFacet("myhost", prefixFilter("url", "http://myhost.com"))
In the response the facets are all empty. No names or values.