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

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

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

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

Classes in org.hibernate.search.query.dsl.impl that implement PhraseMatchingContext
 class ConnectedPhraseMatchingContext
           
 

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



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