Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
org.hibernate.search.query.dsl.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PhraseContext |
ConnectedQueryBuilder.phrase() |
Copyright © 2006–2016 Hibernate. All rights reserved.