org.hibernate.search.query.dsl.impl
Class ConnectedFacetRangeAboveBelowContext<T>

java.lang.Object
  extended by org.hibernate.search.query.dsl.impl.ConnectedFacetRangeAboveBelowContext<T>
All Implemented Interfaces:
FacetRangeAboveBelowContext<T>, FacetRangeStartContext<T>

public class ConnectedFacetRangeAboveBelowContext<T>
extends Object
implements FacetRangeAboveBelowContext<T>

Author:
Hardy Ferentschik

Constructor Summary
ConnectedFacetRangeAboveBelowContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context)
           
 
Method Summary
 FacetRangeAboveContext<T> above(T max)
           
 FacetRangeBelowContinuationContext<T> below(T min)
           
 FacetRangeLimitContext<T> from(T rangeStart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectedFacetRangeAboveBelowContext

public ConnectedFacetRangeAboveBelowContext(org.hibernate.search.query.dsl.impl.FacetBuildingContext context)
Method Detail

from

public FacetRangeLimitContext<T> from(T rangeStart)
Specified by:
from in interface FacetRangeStartContext<T>

below

public FacetRangeBelowContinuationContext<T> below(T min)
Specified by:
below in interface FacetRangeAboveBelowContext<T>

above

public FacetRangeAboveContext<T> above(T max)
Specified by:
above in interface FacetRangeAboveBelowContext<T>


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved