Package org.hibernate.search.query.facet
Interface RangeFacet<T>
- All Superinterfaces:
Facet
Deprecated.
- Author:
- Hardy Ferentschik
-
Method Summary
Methods inherited from interface org.hibernate.search.query.facet.Facet
getCount, getFacetingName, getFieldName, getValue
-
Method Details
-
getMin
T getMin()Deprecated.- Returns:
- the lower boundary of this range
-
getMax
T getMax()Deprecated.- Returns:
- the upper boundary of this range
-
isIncludeMin
boolean isIncludeMin()Deprecated.- Returns:
trueif the lower boundary is included in the range,falseotherwise
-
isIncludeMax
boolean isIncludeMax()Deprecated.- Returns:
trueif the upper boundary is included in the range,falseotherwise
-
FacetContext.