|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermMatchingContext | |
---|---|
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 TermMatchingContext in org.hibernate.search.query.dsl |
---|
Methods in org.hibernate.search.query.dsl that return TermMatchingContext | |
---|---|
TermMatchingContext |
TermMatchingContext.andField(String field)
field / property the term query is executed on |
TermMatchingContext |
TermContext.onField(String field)
field / property the term query is executed on |
TermMatchingContext |
WildcardContext.onField(String field)
field / property the term query is executed on |
TermMatchingContext |
FuzzyContext.onField(String field)
field / property the term query is executed on |
TermMatchingContext |
TermContext.onFields(String... field)
|
TermMatchingContext |
FuzzyContext.onFields(String... fields)
fields / properties the term query is executed on |
Uses of TermMatchingContext in org.hibernate.search.query.dsl.impl |
---|
Classes in org.hibernate.search.query.dsl.impl that implement TermMatchingContext | |
---|---|
class |
ConnectedTermMatchingContext
|
Methods in org.hibernate.search.query.dsl.impl that return TermMatchingContext | |
---|---|
TermMatchingContext |
ConnectedTermMatchingContext.andField(String field)
|
TermMatchingContext |
ConnectedTermMatchingContext.boostedTo(float boost)
|
TermMatchingContext |
ConnectedTermMatchingContext.ignoreAnalyzer()
|
TermMatchingContext |
ConnectedTermMatchingContext.ignoreFieldBridge()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |