Class FacetResult.Facet
- java.lang.Object
-
- org.apache.jackrabbit.oak.query.facet.FacetResult.Facet
-
- Enclosing class:
- FacetResult
public static class FacetResult.Facet extends java.lang.Object
A query result facet, composed by its label and count.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
get the facet count@NotNull java.lang.String
getLabel()
get the facet label
-