Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
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 |
BooleanJunction.minimumShouldMatchNumber(int matchingClausesNumber)
Sets the "minimumShouldMatch" constraint.
|
BooleanJunction |
BooleanJunction.minimumShouldMatchPercent(int matchingClausesPercent)
Sets the "minimumShouldMatch" constraint.
|
BooleanJunction |
MustJunction.not()
Negate the must clause.
|
BooleanJunction |
BooleanJunction.should(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.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.