| Package | Description |
|---|---|
| org.apache.solr.common.params |
Parameter constants and enumerations.
|
| org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
| Modifier and Type | Method and Description |
|---|---|
static FacetParams.FacetRangeMethod |
FacetParams.FacetRangeMethod.get(String label) |
static FacetParams.FacetRangeMethod |
FacetParams.FacetRangeMethod.getDefault() |
static FacetParams.FacetRangeMethod |
FacetParams.FacetRangeMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetParams.FacetRangeMethod[] |
FacetParams.FacetRangeMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FacetParams.FacetRangeMethod |
RangeFacetRequest.method |
| Modifier and Type | Method and Description |
|---|---|
FacetParams.FacetRangeMethod |
RangeFacetRequest.getMethod() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.