Package org.hibernate.search.query.dsl
Interface FacetRangeLimitContext<T>
-
@Deprecated public interface FacetRangeLimitContext<T>
Deprecated.See the deprecation note onFacetContext.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FacetRangeLimitContext<T>excludeLimit()Deprecated.FacetRangeEndContext<T>to(T upperLimit)Deprecated.
-
-
-
Method Detail
-
excludeLimit
FacetRangeLimitContext<T> excludeLimit()
Deprecated.
-
to
FacetRangeEndContext<T> to(T upperLimit)
Deprecated.
-
-