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 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.