Package com.day.cq.search.facets
Interface Facet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Bucket>getBuckets()Returns the buckets for this facet.booleangetContainsHit()
-
-
-
Method Detail
-
getBuckets
java.util.List<Bucket> getBuckets()
Returns the buckets for this facet.- Returns:
- the buckets for this facet.
-
getContainsHit
boolean getContainsHit()
- Returns:
trueif any of the buckets contains a hit,falseotherwise.
-
-