Package com.day.cq.search.facets
Interface Facet
- All Known Implementing Classes:
FacetImpl
public interface Facet
Facet represents a single category that splits up a search
result into multiple buckets.-
Method Summary
Modifier and TypeMethodDescriptionReturns the buckets for this facet.boolean
-
Method Details
-
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.
-