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