|
||||||||||
| 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()
Start for building a boolean query. |
FacetContext |
facet()
Build a facet request |
TermContext |
keyword()
Build a term query (see TermQuery). |
PhraseContext |
phrase()
Build a phrase query (see PhraseQuery). |
RangeContext |
range()
Build a range query (see TermRangeQuery. |
| Method Detail |
|---|
TermContext keyword()
TermQuery).
TermContext instance for building the term queryRangeContext range()
TermRangeQuery.
RangeContext instance for building the range queryPhraseContext phrase()
PhraseQuery).
PhraseContext instance for building the range queryBooleanJunction<BooleanJunction> bool()
BooleanJunction instance for building the boolean queryAllContext all()
AllContextFacetContext facet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||