Package | Description |
---|---|
org.apache.solr.analytics.request |
Request objects for creating Analytics requests
|
org.apache.solr.analytics.util |
Utilities used by analytics component
|
org.apache.solr.common.params |
Parameter constants and enumerations.
|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
Modifier and Type | Field and Description |
---|---|
protected EnumSet<FacetParams.FacetRangeInclude> |
RangeFacetRequest.include |
Modifier and Type | Method and Description |
---|---|
EnumSet<FacetParams.FacetRangeInclude> |
RangeFacetRequest.getInclude() |
Modifier and Type | Method and Description |
---|---|
void |
RangeFacetRequest.addInclude(FacetParams.FacetRangeInclude include) |
Modifier and Type | Method and Description |
---|---|
void |
RangeFacetRequest.setInclude(EnumSet<FacetParams.FacetRangeInclude> include) |
Modifier and Type | Field and Description |
---|---|
static FacetParams.FacetRangeInclude |
AnalyticsParams.DEFAULT_INCLUDE |
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"
|
Modifier and Type | Field and Description |
---|---|
protected EnumSet<FacetParams.FacetRangeInclude> |
RangeFacetRequest.include |
Modifier and Type | Method and Description |
---|---|
EnumSet<FacetParams.FacetRangeInclude> |
RangeFacetRequest.getInclude() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.