| Interface | Description |
|---|---|
| BooleanJunctionPredicateContext |
The context used when defining a boolean junction, allowing in particular to add clauses.
|
| MatchAllPredicateContext |
The context used when starting to define a match all predicate.
|
| MatchIdPredicateContext |
The context used when defining a match on an identifier.
|
| MatchIdPredicateTerminalContext |
The context used when defining a match on an identifier.
|
| MatchPredicateContext |
The context used when starting to define a match predicate.
|
| MatchPredicateFieldSetContext |
The context used when defining a match predicate, after at least one field was mentioned.
|
| MatchPredicateTerminalContext |
The context used when a match predicate is fully defined.
|
| MinimumShouldMatchConditionContext<N> |
The context used when defining a "minimum should match" constraint,
after a
condition was defined. |
| MinimumShouldMatchContext<N> |
The context used when defining "minimum should match" constraints.
|
| MinimumShouldMatchNonEmptyContext<N> |
The context used when at least one "minimum should match" constraint was defined,
allowing to
define more constraints
or to end the definition and get back to the parent context. |
| MultiFieldPredicateFieldSetContext<S> |
A superinterface for contexts allowing to define multi-field predicates, after at least one field was mentioned.
|
| NestedPredicateContext |
The context used when starting to define a nested predicate.
|
| NestedPredicateFieldContext |
The context used when defining a "nested" predicate, after the object field was mentioned.
|
| NestedPredicateTerminalContext |
The context used when a nested predicate is fully defined.
|
| PhrasePredicateContext |
The context used when starting to define a phrase predicate.
|
| PhrasePredicateFieldSetContext |
The context used when defining a phrase predicate, after at least one field was mentioned.
|
| PhrasePredicateTerminalContext |
The context used when a phrase predicate is fully defined.
|
| RangePredicateContext |
The context used when starting to define a range predicate.
|
| RangePredicateFieldSetContext |
The context used when defining a range predicate, after at least one field was mentioned.
|
| RangePredicateFromContext |
The context used when defining a range predicate,
after the lower bound was provided but before the upper bound was provided.
|
| RangePredicateLimitTerminalContext |
The context used when a range predicate is fully defined,
just after the last limit was defined.
|
| RangePredicateTerminalContext |
The context used when a range predicate is fully defined.
|
| SearchPredicateBoostContext<S> |
A superinterface for contexts allowing to set the "boost" of a predicate.
|
| SearchPredicateFactoryContext |
A context allowing to specify the type of a predicate.
|
| SearchPredicateFactoryContextExtension<T> |
An extension to the search query DSL, allowing to add non-standard predicates to a query.
|
| SearchPredicateFactoryExtensionContext |
The context used when attempting to apply multiple extensions
to a
SearchPredicateFactoryContext. |
| SearchPredicateScoreContext<S> |
A superinterface for contexts allowing to set the score of a predicate to a constant value.
|
| SearchPredicateTerminalContext |
The terminal context of the predicate DSL.
|
| SimpleQueryStringPredicateContext |
The context used when starting to define a simple query string predicate.
|
| SimpleQueryStringPredicateFieldSetContext |
The context used when defining a simple query string predicate, after at least one field was mentioned.
|
| SimpleQueryStringPredicateTerminalContext |
The context used when a simple query string predicate is fully defined.
|
| SpatialPredicateContext |
The terminal context of the predicate DSL.
|
| SpatialWithinPredicateContext |
The context used when starting to define a spatial predicate.
|
| SpatialWithinPredicateFieldSetContext |
The context used when defining a spatial predicate, after at least one field was mentioned.
|
| SpatialWithinPredicateTerminalContext |
The context used when a spatial within predicate is fully defined.
|
| WildcardPredicateContext |
The context used when starting to define a wildcard predicate.
|
| WildcardPredicateFieldSetContext |
The context used when defining a wildcard predicate, after at least one field was mentioned.
|
| 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.