Package org.hibernate.search.query.dsl
Interface FacetContinuationContext
-
@Deprecated public interface FacetContinuationContext
Deprecated.See the deprecation note onFacetContext.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DiscreteFacetContextdiscrete()Deprecated.Start building a discrete facet<T> FacetRangeAboveBelowContext<T>range()Deprecated.Start building a range request
-
-
-
Method Detail
-
range
<T> FacetRangeAboveBelowContext<T> range()
Deprecated.Start building a range request- Type Parameters:
T- the type of the values in the range- Returns:
- a
FacetRangeContextto continue building the facet request
-
discrete
DiscreteFacetContext discrete()
Deprecated.Start building a discrete facet- Returns:
- a
FacetRangeContextto continue building the facet request
-
-