Class FacetQueryContext


  • public class FacetQueryContext
    extends Object
    The results of a facet query
    • Constructor Detail

      • FacetQueryContext

        public FacetQueryContext​(String label,
                                 String filterQuery,
                                 int count)
    • Method Detail

      • getFilterQuery

        public String getFilterQuery()
      • getLabel

        public String getLabel()
      • getCount

        public int getCount()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object