public interface RangeFacet<T> extends Facet
| Modifier and Type | Method and Description |
|---|---|
T |
getMax() |
T |
getMin() |
boolean |
isIncludeMax() |
boolean |
isIncludeMin() |
getCount, getFacetingName, getFacetQuery, getFieldName, getValueT getMin()
T getMax()
boolean isIncludeMin()
true if the lower boundary is included in the range, false otherwiseboolean isIncludeMax()
true if the upper boundary is included in the range, false otherwiseCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved