| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanJunctionPredicateContext
The context used when defining a boolean junction, allowing in particular to add clauses.
|
interface |
ExistsPredicateTerminalContext
The context used when an "exists" predicate is fully defined.
|
interface |
MatchAllPredicateContext
The context used when starting to define a match all predicate.
|
interface |
MatchPredicateTerminalContext
The context used when a match predicate is fully defined.
|
interface |
PhrasePredicateTerminalContext
The context used when a phrase predicate is fully defined.
|
interface |
RangePredicateLimitTerminalContext
The context used when a range predicate is fully defined,
just after the last limit was defined.
|
interface |
RangePredicateTerminalContext
The context used when a range predicate is fully defined.
|
interface |
SearchPredicateScoreContext<S>
A superinterface for contexts allowing to set the score of a predicate to a constant value.
|
interface |
SimpleQueryStringPredicateTerminalContext
The context used when a simple query string predicate is fully defined.
|
interface |
SpatialWithinPredicateTerminalContext
The context used when a spatial within predicate is fully defined.
|
interface |
WildcardPredicateTerminalContext
The context used when a wildcard predicate is fully defined.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.