Package org.hibernate.search.query.dsl
Interface FacetRangeAboveContext<T>
-
- All Superinterfaces:
FacetParameterContext,FacetTermination
@Deprecated public interface FacetRangeAboveContext<T> extends 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>excludeLimit()Deprecated.-
Methods inherited from interface org.hibernate.search.query.dsl.FacetParameterContext
includeZeroCounts, maxFacetCount, orderedBy
-
Methods inherited from interface org.hibernate.search.query.dsl.FacetTermination
createFacetingRequest
-
-
-
-
Method Detail
-
excludeLimit
FacetRangeAboveContext<T> excludeLimit()
Deprecated.
-
-