org.hibernate.search.query.dsl
public interface FacetRangeAboveBelowContext<T> extends FacetRangeStartContext<T>
| Modifier and Type | Method and Description |
|---|---|
FacetRangeAboveContext<T> |
above(T max) |
FacetRangeBelowContinuationContext<T> |
below(T min) |
fromFacetRangeBelowContinuationContext<T> below(T min)
FacetRangeAboveContext<T> above(T max)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved