|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TermContext
| Method Summary | |
|---|---|
FuzzyContext |
fuzzy()
Use a fuzzy search approximation (aka edit distance) |
TermMatchingContext |
onField(String field)
field / property the term query is executed on |
TermMatchingContext |
onFields(String... field)
|
WildcardContext |
wildcard()
Treat the query as a wildcard: - ? represents any single character - * represents any character sequence For faster results, it is recommended that the query text does not start with ? or * |
| Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization |
|---|
boostedTo, filteredBy, withConstantScore |
| Method Detail |
|---|
TermMatchingContext onField(String field)
TermMatchingContext onFields(String... field)
FuzzyContext fuzzy()
WildcardContext wildcard()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||