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.FacetRangeOther> |
RangeFacetRequest.others |
Modifier and Type | Method and Description |
---|---|
EnumSet<FacetParams.FacetRangeOther> |
RangeFacetRequest.getOthers() |
Modifier and Type | Method and Description |
---|---|
void |
RangeFacetRequest.addOther(FacetParams.FacetRangeOther other) |
Modifier and Type | Method and Description |
---|---|
void |
RangeFacetRequest.setOthers(EnumSet<FacetParams.FacetRangeOther> others) |
Modifier and Type | Field and Description |
---|---|
static FacetParams.FacetRangeOther |
AnalyticsParams.DEFAULT_OTHER |
Modifier and Type | Method and Description |
---|---|
static FacetParams.FacetRangeOther |
FacetParams.FacetRangeOther.get(String label) |
static FacetParams.FacetRangeOther |
FacetParams.FacetRangeOther.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetParams.FacetRangeOther[] |
FacetParams.FacetRangeOther.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
FacetParams.FacetRangeOther |
RangeFacetRequest.FacetRange.other |
Modifier and Type | Field and Description |
---|---|
protected EnumSet<FacetParams.FacetRangeOther> |
RangeFacetRequest.others |
Modifier and Type | Method and Description |
---|---|
EnumSet<FacetParams.FacetRangeOther> |
RangeFacetRequest.getOthers() |
Constructor and Description |
---|
FacetRange(FacetParams.FacetRangeOther other,
String lower,
String upper,
boolean includeLower,
boolean includeUpper)
Construct a facet range for a
FacetParams.FacetRangeOther instance |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.