|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryBuilder
| Method Summary | |
|---|---|
AllContext |
all()
Query matching all documents Typically mixed with a boolean query. |
BooleanJunction<BooleanJunction> |
bool()
Boolean query |
TermContext |
exact()
build a term query |
FuzzyContext |
fuzzy()
Use a fuzzy search approximation (aka edit distance) |
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 * |
| Method Detail |
|---|
TermContext exact()
FuzzyContext fuzzy()
WildcardContext wildcard()
BooleanJunction<BooleanJunction> bool()
AllContext all()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||