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 |
---|---|
TermMatchingContext |
TermMatchingContext.andField(String field)
field / property the term query is executed on
|
TermMatchingContext |
TermContext.onField(String field) |
TermMatchingContext |
FuzzyContext.onField(String field)
field / property the term query is executed on
|
TermMatchingContext |
WildcardContext.onField(String field) |
TermMatchingContext |
TermContext.onFields(String... field) |
TermMatchingContext |
FuzzyContext.onFields(String... fields)
fields / properties the term query is executed on
|
TermMatchingContext |
WildcardContext.onFields(String... fields) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedTermMatchingContext |
Modifier and Type | Method and Description |
---|---|
TermMatchingContext |
ConnectedTermMatchingContext.andField(String field) |
TermMatchingContext |
ConnectedTermMatchingContext.boostedTo(float boost) |
TermMatchingContext |
ConnectedTermMatchingContext.ignoreAnalyzer() |
TermMatchingContext |
ConnectedTermMatchingContext.ignoreFieldBridge() |
TermMatchingContext |
ConnectedTermMatchingContext.withFieldBridge(FieldBridge fieldBridge) |
Copyright © 2006–2016 Hibernate. All rights reserved.