org.hibernate.search.query.dsl
Interface FacetRangeAboveBelowContext<T>

All Superinterfaces:
FacetRangeStartContext<T>
All Known Implementing Classes:
ConnectedFacetRangeAboveBelowContext

public interface FacetRangeAboveBelowContext<T>
extends FacetRangeStartContext<T>

Author:
Hardy Ferentschik

Method Summary
 FacetRangeAboveContext<T> above(T max)
           
 FacetRangeBelowContinuationContext<T> below(T min)
           
 
Methods inherited from interface org.hibernate.search.query.dsl.FacetRangeStartContext
from
 

Method Detail

below

FacetRangeBelowContinuationContext<T> below(T min)

above

FacetRangeAboveContext<T> above(T max)


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