Class FacetResult.Facet
java.lang.Object
org.apache.jackrabbit.oak.query.facet.FacetResult.Facet
- Enclosing class:
- FacetResult
A query result facet, composed by its label and count.
-
Method Summary
-
Method Details
-
getLabel
get the facet label- Returns:
- a label
-
getCount
public int getCount()get the facet count- Returns:
- an integer
-