Package org.hibernate.search.query.dsl
Interface FacetRangeBelowContinuationContext<T>
-
- All Superinterfaces:
FacetParameterContext,FacetRangeStartContext<T>,FacetTermination
@Deprecated public interface FacetRangeBelowContinuationContext<T> extends FacetRangeStartContext<T>, FacetTermination, FacetParameterContext
Deprecated.See the deprecation note onFacetContext.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FacetRangeAboveContext<T>above(T max)Deprecated.FacetRangeBelowContinuationContext<T>excludeLimit()Deprecated.-
Methods inherited from interface org.hibernate.search.query.dsl.FacetParameterContext
includeZeroCounts, maxFacetCount, orderedBy
-
Methods inherited from interface org.hibernate.search.query.dsl.FacetRangeStartContext
from
-
Methods inherited from interface org.hibernate.search.query.dsl.FacetTermination
createFacetingRequest
-
-
-
-
Method Detail
-
excludeLimit
FacetRangeBelowContinuationContext<T> excludeLimit()
Deprecated.
-
above
FacetRangeAboveContext<T> above(T max)
Deprecated.
-
-