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 |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedPhraseMatchingContext |
Modifier and Type | Method and Description |
---|---|
PhraseMatchingContext |
ConnectedPhraseMatchingContext.andField(String field) |
PhraseMatchingContext |
ConnectedPhraseMatchingContext.boostedTo(float boost) |
PhraseMatchingContext |
ConnectedPhraseMatchingContext.ignoreAnalyzer() |
PhraseMatchingContext |
ConnectedPhraseMatchingContext.ignoreFieldBridge() |
Copyright © 2006–2016 Hibernate. All rights reserved.