Uses of Interface
org.hibernate.search.query.dsl.RangeTerminationExcludable

Packages that use RangeTerminationExcludable
org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. 
org.hibernate.search.query.dsl.impl   
 

Uses of RangeTerminationExcludable in org.hibernate.search.query.dsl
 

Methods in org.hibernate.search.query.dsl that return RangeTerminationExcludable
 RangeTerminationExcludable RangeMatchingContext.above(Object above)
          The field value must be above above You can exclude the value above by calling .excludeLimit()
 RangeTerminationExcludable RangeMatchingContext.below(Object below)
          The field value must be below below You can exclude the value below by calling .excludeLimit()
 RangeTerminationExcludable RangeTerminationExcludable.excludeLimit()
           
 RangeTerminationExcludable RangeMatchingContext.FromRangeContext.to(T to)
           
 

Uses of RangeTerminationExcludable in org.hibernate.search.query.dsl.impl
 

Classes in org.hibernate.search.query.dsl.impl that implement RangeTerminationExcludable
 class ConnectedMultiFieldsRangeQueryBuilder
           
 

Methods in org.hibernate.search.query.dsl.impl that return RangeTerminationExcludable
 RangeTerminationExcludable ConnectedRangeMatchingContext.above(Object above)
           
 RangeTerminationExcludable ConnectedRangeMatchingContext.below(Object below)
           
 RangeTerminationExcludable ConnectedMultiFieldsRangeQueryBuilder.excludeLimit()
           
 



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