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.boolean
getContainsHit()
-
-
-
Method Detail
-
getBuckets
java.util.List<Bucket> getBuckets()
Returns the buckets for this facet.- Returns:
- the buckets for this facet.
-
getContainsHit
boolean getContainsHit()
- Returns:
true
if any of the buckets contains a hit,false
otherwise.
-
-