Uses of Enum Class
org.apache.solr.common.params.FacetParams.FacetRangeInclude
Packages that use FacetParams.FacetRangeInclude
-
Uses of FacetParams.FacetRangeInclude in org.apache.solr.common.params
Methods in org.apache.solr.common.params that return FacetParams.FacetRangeIncludeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FacetParams.FacetRangeInclude[]FacetParams.FacetRangeInclude.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.common.params that return types with arguments of type FacetParams.FacetRangeIncludeModifier and TypeMethodDescriptionstatic EnumSet<FacetParams.FacetRangeInclude> FacetParams.FacetRangeInclude.parseParam(String[] param) Convenience method for parsing the param value according to the correct semantics and applying the default of "LOWER"