public class ConnectedFacetRangeAboveBelowContext<T> extends Object implements FacetRangeAboveBelowContext<T>
| Constructor and Description |
|---|
ConnectedFacetRangeAboveBelowContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context) |
| Modifier and Type | Method and Description |
|---|---|
FacetRangeAboveContext<T> |
above(T max) |
FacetRangeBelowContinuationContext<T> |
below(T min) |
FacetRangeLimitContext<T> |
from(T rangeStart) |
public ConnectedFacetRangeAboveBelowContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context)
public FacetRangeLimitContext<T> from(T rangeStart)
from in interface FacetRangeStartContext<T>public FacetRangeBelowContinuationContext<T> below(T min)
below in interface FacetRangeAboveBelowContext<T>public FacetRangeAboveContext<T> above(T max)
above in interface FacetRangeAboveBelowContext<T>Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved