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.ObjectA query result facet, composed by its label and count. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()get the facet count@NotNull java.lang.StringgetLabel()get the facet label 
 -