| Package | Description |
|---|---|
| org.hibernate.search.engine.search.predicate.dsl | |
| org.hibernate.search.engine.search.predicate.dsl.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>
The initial and final step in a boolean predicate definition, where clauses can be added.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanPredicateClausesStep<?> |
SearchPredicateFactory.bool()
Match documents if they match a combination of boolean clauses.
|
| Modifier and Type | Method and Description |
|---|---|
PredicateFinalStep |
SearchPredicateFactory.bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor)
Match documents if they match a combination of boolean clauses,
which will be defined by the given consumer.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanPredicateClausesStep<?> |
DelegatingSearchPredicateFactory.bool() |
| Modifier and Type | Method and Description |
|---|---|
PredicateFinalStep |
DelegatingSearchPredicateFactory.bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.