|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |