public class ConnectedFacetContinuationContext extends Object implements FacetContinuationContext
Constructor and Description |
---|
ConnectedFacetContinuationContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context) |
Modifier and Type | Method and Description |
---|---|
DiscreteFacetContext |
discrete()
Start building a discrete facet
|
<T> FacetRangeAboveBelowContext<T> |
range()
Start building a range request
|
public ConnectedFacetContinuationContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context)
public <T> FacetRangeAboveBelowContext<T> range()
FacetContinuationContext
range
in interface FacetContinuationContext
T
- the type of the values in the rangeFacetRangeContext
to continue building the facet requestpublic DiscreteFacetContext discrete()
FacetContinuationContext
discrete
in interface FacetContinuationContext
FacetRangeContext
to continue building the facet requestCopyright © 2006-2017 Red Hat, Inc. All Rights Reserved