Package org.apache.solr.common.params
Enum Class FacetParams.FacetRangeOther
java.lang.Object
java.lang.Enum<FacetParams.FacetRangeOther>
org.apache.solr.common.params.FacetParams.FacetRangeOther
- All Implemented Interfaces:
Serializable,Comparable<FacetParams.FacetRangeOther>,java.lang.constant.Constable
- Enclosing interface:
FacetParams
An enumeration of the legal values for
FacetParams.FACET_RANGE_OTHER and FacetParams.FACET_DATE_OTHER
...
- before = the count of matches before the start
- after = the count of matches after the end
- between = the count of all matches between start and end
- all = all of the above (default value)
- none = no additional info requested
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic FacetParams.FacetRangeOthertoString()static FacetParams.FacetRangeOtherReturns the enum constant of this class with the specified name.static FacetParams.FacetRangeOther[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BEFORE
-
AFTER
-
BETWEEN
-
ALL
-
NONE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<FacetParams.FacetRangeOther>
-
get
-