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

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

Methods in org.hibernate.search.query.dsl that return PhraseContext
 PhraseContext QueryBuilder.phrase()
          Build a phrase query (see PhraseQuery).
 PhraseContext PhraseContext.withSlop(int slop)
          Sets the number of other words permitted between words in query phrase.
 

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

Methods in org.hibernate.search.query.dsl.impl that return PhraseContext
 PhraseContext ConnectedQueryBuilder.phrase()
           
 



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