|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanJunction | |
|---|---|
| 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 BooleanJunction in org.hibernate.search.query.dsl |
|---|
| Classes in org.hibernate.search.query.dsl with type parameters of type BooleanJunction | |
|---|---|
interface |
BooleanJunction<T extends BooleanJunction>
Represents a boolean query that can contains one or more elements to join |
| Subinterfaces of BooleanJunction in org.hibernate.search.query.dsl | |
|---|---|
interface |
MustJunction
Represents the context in which a must clause is described. |
| Methods in org.hibernate.search.query.dsl that return BooleanJunction | |
|---|---|
BooleanJunction<BooleanJunction> |
QueryBuilder.bool()
Start for building a boolean query. |
BooleanJunction |
MustJunction.not()
Negate the must clause. |
BooleanJunction |
BooleanJunction.should(org.apache.lucene.search.Query query)
The boolean query results should match the subquery |
| Methods in org.hibernate.search.query.dsl that return types with arguments of type BooleanJunction | |
|---|---|
BooleanJunction<BooleanJunction> |
QueryBuilder.bool()
Start for building a boolean query. |
| Uses of BooleanJunction in org.hibernate.search.query.dsl.impl |
|---|
| Methods in org.hibernate.search.query.dsl.impl that return BooleanJunction | |
|---|---|
BooleanJunction |
ConnectedQueryBuilder.bool()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||