Package org.hibernate.search.query.dsl
Interface FacetRangeStartContext<T>
-
- All Known Subinterfaces:
FacetRangeAboveBelowContext<T>,FacetRangeBelowContinuationContext<T>,FacetRangeEndContext<T>
@Deprecated public interface FacetRangeStartContext<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>from(T rangeStart)Deprecated.
-
-
-
Method Detail
-
from
FacetRangeLimitContext<T> from(T rangeStart)
Deprecated.
-
-