public interface RangeFacet<T> extends Facet
Modifier and Type | Method and Description |
---|---|
T |
getMax() |
T |
getMin() |
boolean |
isIncludeMax() |
boolean |
isIncludeMin() |
getCount, getFacetingName, getFacetQuery, getFieldName, getValue
T 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-2017 Red Hat, Inc. All Rights Reserved