Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
org.hibernate.search.query.dsl.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanJunction<T extends BooleanJunction>
Represents a boolean query that can contains one or more elements to join
|
Modifier and Type | Interface and Description |
---|---|
interface |
MustJunction
Represents the context in which a must clause is described.
|
Modifier and Type | Method and Description |
---|---|
BooleanJunction<BooleanJunction> |
QueryBuilder.bool()
Start for building a boolean query.
|
BooleanJunction |
MustJunction.disableScoring()
Disables scoring on the subquery.
|
BooleanJunction |
MustJunction.not()
Negate the must clause.
|
BooleanJunction |
BooleanJunction.should(org.apache.lucene.search.Query query)
The boolean query results should match the subquery
|
Modifier and Type | Method and Description |
---|---|
BooleanJunction<BooleanJunction> |
QueryBuilder.bool()
Start for building a boolean query.
|
Modifier and Type | Method and Description |
---|---|
BooleanJunction |
ConnectedQueryBuilder.bool() |
Copyright © 2006–2016 Hibernate. All rights reserved.