| Interface | Description |
|---|---|
| BooleanPredicateClausesStep |
The initial and final step in a boolean predicate definition, where clauses can be added.
|
| ExistsPredicateFieldStep |
The initial step in an "exists" predicate definition, where the target field can be set.
|
| ExistsPredicateOptionsStep |
The final step in an "exists" predicate definition, where optional parameters can be set.
|
| MatchAllPredicateOptionsStep |
The initial and final step in "match all" predicate definition, where optional parameters can be set.
|
| MatchIdPredicateMatchingMoreStep |
The final step in a "match id" predicate definition,
where more IDs to match can be set.
|
| MatchIdPredicateMatchingStep |
The step in a "match id" predicate definition where the IDs to match can be set.
|
| MatchPredicateFieldMoreStep |
The step in a "match" predicate definition where the value to match can be set
(see the superinterface
MatchPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added. |
| MatchPredicateFieldStep |
The initial step in a "match" predicate definition, where the target field can be set.
|
| MatchPredicateMatchingStep |
The step in a "match" predicate definition where the value to match can be set.
|
| MatchPredicateOptionsStep |
The final step in a "match" predicate definition, where optional parameters can be set.
|
| MinimumShouldMatchConditionStep<N> |
The step in a "minimum should match" constraint definition
where a condition can be defined as necessary for the following requirements to be enforced.
|
| MinimumShouldMatchMoreStep<N> |
The step in a "minimum should match" constraint definition
where the constraint definition can be
ended,
or more conditions can be added. |
| MinimumShouldMatchRequireStep<N> |
The step in a "minimum should match" constraint definition
where the minimum required number or percentage of should clauses to match can be set.
|
| MultiFieldPredicateFieldBoostStep<S> |
The step in a predicate definition where the boost of the last added field(s) can be set.
|
| NestedPredicateFieldStep |
The initial step in a "nested" predicate definition, where the target field can be set.
|
| NestedPredicateNestStep |
The step in a "nested" predicate definition where the predicate to nest can be set.
|
| NestedPredicateOptionsStep |
The final step in an "nested" predicate definition, where optional parameters can be set.
|
| PhrasePredicateFieldMoreStep |
The step in a "phrase" predicate definition where the phrase to match can be set
(see the superinterface
PhrasePredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added. |
| PhrasePredicateFieldStep |
The initial step in a "phrase" predicate definition, where the target field can be set.
|
| PhrasePredicateMatchingStep |
The step in a "phrase" predicate definition where the phrase to match can be set.
|
| PhrasePredicateOptionsStep |
The final step in a "phrase" predicate definition, where optional parameters can be set.
|
| PredicateBoostStep<S> |
The step in a predicate definition where the predicate boost can be set.
|
| PredicateFinalStep |
The final step in a predicate definition, where the predicate can be retrieved.
|
| PredicateScoreStep<S> |
The step in a predicate definition where score-related options can be set.
|
| RangePredicateFieldMoreStep |
The step in a "range" predicate definition where the limits of the range to match can be set
(see the superinterface
RangePredicateLimitsStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added. |
| RangePredicateFieldStep |
The initial step in a "range" predicate definition, where the target field can be set.
|
| RangePredicateFromToStep |
The step in a "range" predicate definition where the upper limit of the range can be set,
or the lower limit of the range can be excluded.
|
| RangePredicateLastLimitExcludeStep |
The final step in a "range" predicate definition, where optional parameters can be set,
or the last defined range limit can be excluded.
|
| RangePredicateLimitExcludeStep<N> |
The step in a "range" predicate definition where the last defined range limit can be excluded.
|
| RangePredicateLimitsStep |
The step in a "range" predicate definition where the limits of the range to match can be set.
|
| RangePredicateOptionsStep |
The final step in a "range" predicate definition, where optional parameters can be set.
|
| RangePredicateToStep |
The step in a "range" predicate definition where the upper limit of the range can be set.
|
| SearchPredicateFactory |
A factory for search predicates.
|
| SearchPredicateFactoryExtension<T> |
An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.
|
| SearchPredicateFactoryExtensionIfSupportedMoreStep |
The second and later step when attempting to apply multiple extensions
to a
SearchPredicateFactory. |
| SearchPredicateFactoryExtensionIfSupportedStep |
The initial step when attempting to apply multiple extensions
to a
SearchPredicateFactory. |
| SimpleQueryStringPredicateFieldMoreStep |
The step in a "simple query string" predicate definition where the query string to match can be set
(see the superinterface
SimpleQueryStringPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added. |
| SimpleQueryStringPredicateFieldStep |
The initial step in a "simple query string" predicate definition, where the target field can be set.
|
| SimpleQueryStringPredicateMatchingStep |
The step in an "simple query string" predicate definition where the query string to match can be set.
|
| SimpleQueryStringPredicateOptionsStep |
The final step in an "simple query string" predicate definition, where optional parameters can be set.
|
| SpatialPredicateInitialStep |
The initial step of all spatial predicate definitions.
|
| SpatialWithinPredicateAreaStep |
The step in a "within" predicate definition where the area to match can be set.
|
| SpatialWithinPredicateFieldMoreStep |
The step in a "within" predicate definition where the area to match can be set
(see the superinterface
SpatialWithinPredicateAreaStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added. |
| SpatialWithinPredicateFieldStep |
The initial step in a "within" predicate definition, where the target field can be set.
|
| SpatialWithinPredicateOptionsStep |
The final step in a "within" predicate definition, where optional parameters can be set.
|
| WildcardPredicateFieldMoreStep |
The step in a "wildcard" predicate definition where the pattern to match can be set
(see the superinterface
WildcardPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added. |
| WildcardPredicateFieldStep |
The initial step in a "wildcard" predicate definition, where the target field can be set.
|
| WildcardPredicateMatchingStep |
The step in a "wildcard" predicate definition where the pattern to match can be set.
|
| WildcardPredicateOptionsStep |
The final step in a "wildcard" predicate definition, where optional parameters can be set.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.