org.elasticsearch.search.facet.filter
Interface FilterFacet

All Superinterfaces:
Facet
All Known Implementing Classes:
InternalFilterFacet

public interface FilterFacet
extends Facet

A query facets returns the count (number of hits) for a facet based on a query.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.search.facet.Facet
Facet.Type
 
Method Summary
 long count()
          The count of the facet.
 long getCount()
          The count of the facet.
 
Methods inherited from interface org.elasticsearch.search.facet.Facet
getName, getType, name, type
 

Method Detail

count

long count()
The count of the facet.


getCount

long getCount()
The count of the facet.