Package | Description |
---|---|
org.apache.solr.common.params |
Parameter constants and enumerations.
|
Modifier and Type | Method and Description |
---|---|
static FacetParams.FacetRangeInclude |
FacetParams.FacetRangeInclude.get(String label) |
static FacetParams.FacetRangeInclude |
FacetParams.FacetRangeInclude.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetParams.FacetRangeInclude[] |
FacetParams.FacetRangeInclude.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<FacetParams.FacetRangeInclude> |
FacetParams.FacetRangeInclude.parseParam(String[] param)
Convinience method for parsing the param value according to the
correct semantics and applying the default of "LOWER"
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.