Class RangeFacetRequest.FacetRange
- java.lang.Object
-
- org.apache.solr.handler.component.RangeFacetRequest.FacetRange
-
- Enclosing class:
- RangeFacetRequest
public static class RangeFacetRequest.FacetRange extends Object
Represents a single facet range (or gap) for which the count is to be calculated
-
-
Field Summary
Fields Modifier and Type Field Description boolean
includeLower
boolean
includeUpper
String
lower
String
name
org.apache.solr.common.params.FacetParams.FacetRangeOther
other
String
upper
-
Constructor Summary
Constructors Constructor Description FacetRange(String name, String lower, String upper, boolean includeLower, boolean includeUpper)
Construct a facet range for the give nameFacetRange(org.apache.solr.common.params.FacetParams.FacetRangeOther other, String lower, String upper, boolean includeLower, boolean includeUpper)
Construct a facet range for aFacetParams.FacetRangeOther
instance
-