Class SearchFacetEntryRest

    • Constructor Detail

      • SearchFacetEntryRest

        public SearchFacetEntryRest​(String name)
    • Method Detail

      • getType

        public String getType()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getFacetType

        public String getFacetType()
      • setFacetType

        public void setFacetType​(String facetType)
      • setHasMore

        public void setHasMore​(Boolean hasMore)
      • isHasMore

        public Boolean isHasMore()
      • getFacetLimit

        public int getFacetLimit()
      • setFacetLimit

        public void setFacetLimit​(int facetLimit)
      • getMinValue

        public String getMinValue()
        Returns the smallest value that can be found for this value in solr
        Returns:
        The smallest value for this facet as a String
      • setMinValue

        public void setMinValue​(String minValue)
        Sets the minValue property for the SearchFacetEntryRest to the given parameter
        Parameters:
        minValue - The String that the minValue will be set to
      • getMaxValue

        public String getMaxValue()
        Returns the highest value that can be found for this value in solr
        Returns:
        The highest value for this facet as a String
      • setMaxValue

        public void setMaxValue​(String maxValue)
        Sets the maxValue property for the SearchFacetEntryRest to the given parameter
        Parameters:
        maxValue - The String that the maxValue will be set to