| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate | |
| org.hibernate.search.engine.search.dsl.predicate.spi |
| Modifier and Type | Method and Description |
|---|---|
MatchAllPredicateOptionsStep |
MatchAllPredicateOptionsStep.except(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)
Add a "must not" clause to be defined by the given function.
|
default MatchAllPredicateOptionsStep |
MatchAllPredicateOptionsStep.except(PredicateFinalStep dslFinalStep)
Add a "must not" clause based on an almost-built
SearchPredicate. |
MatchAllPredicateOptionsStep |
MatchAllPredicateOptionsStep.except(SearchPredicate searchPredicate)
Add a "must not" clause based on a previously-built
SearchPredicate, |
MatchAllPredicateOptionsStep |
SearchPredicateFactory.matchAll()
Match all documents.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAllPredicateOptionsStep |
DelegatingSearchPredicateFactory.matchAll() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.