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

Packages that use RangeMatchingContext
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 RangeMatchingContext in org.hibernate.search.query.dsl
 

Methods in org.hibernate.search.query.dsl that return RangeMatchingContext
 RangeMatchingContext RangeMatchingContext.andField(String field)
          field / property the term query is executed on
 RangeMatchingContext RangeContext.onField(String fieldName)
          field / property the term query is executed on
 

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

Classes in org.hibernate.search.query.dsl.impl that implement RangeMatchingContext
 class ConnectedRangeMatchingContext
           
 

Methods in org.hibernate.search.query.dsl.impl that return RangeMatchingContext
 RangeMatchingContext ConnectedRangeMatchingContext.andField(String field)
           
 RangeMatchingContext ConnectedRangeMatchingContext.boostedTo(float boost)
           
 RangeMatchingContext ConnectedRangeMatchingContext.ignoreAnalyzer()
           
 RangeMatchingContext ConnectedRangeMatchingContext.ignoreFieldBridge()
           
 



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