public class ConnectedFacetRangeLimitContext<T> extends Object implements FacetRangeLimitContext<T>
Constructor and Description |
---|
ConnectedFacetRangeLimitContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context) |
Modifier and Type | Method and Description |
---|---|
FacetRangeLimitContext<T> |
excludeLimit() |
FacetRangeEndContext<T> |
to(T upperLimit) |
public ConnectedFacetRangeLimitContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context)
public FacetRangeLimitContext<T> excludeLimit()
excludeLimit
in interface FacetRangeLimitContext<T>
public FacetRangeEndContext<T> to(T upperLimit)
to
in interface FacetRangeLimitContext<T>
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved