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 Type
    Method
    Description
    Returns the buckets for this facet.
    boolean
     
  • Method Details

    • getBuckets

      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.