| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.