|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TermCustomization
| Method Summary | |
|---|---|
TermFuzzy |
fuzzy()
Use a fuzzy search approximation (aka edit distance) |
TermCustomization |
ignoreAnalyzer()
Advanced Do not execute the analyzer on the text. |
TermCustomization |
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.v2.QueryCustomization |
|---|
boostedTo, constantScore, createQuery, filter |
| Method Detail |
|---|
TermCustomization ignoreAnalyzer()
TermFuzzy fuzzy()
TermCustomization wildcard()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||