| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanPredicateClausesStep
The initial and final step in a boolean predicate definition, where clauses can be added.
|
interface |
ExistsPredicateOptionsStep
The final step in an "exists" predicate definition, where optional parameters can be set.
|
interface |
MatchAllPredicateOptionsStep
The initial and final step in "match all" predicate definition, where optional parameters can be set.
|
interface |
MatchPredicateOptionsStep
The final step in a "match" predicate definition, where optional parameters can be set.
|
interface |
PhrasePredicateOptionsStep
The final step in a "phrase" predicate definition, where optional parameters can be set.
|
interface |
PredicateScoreStep<S>
The step in a predicate definition where score-related options can be set.
|
interface |
RangePredicateLastLimitExcludeStep
The final step in a "range" predicate definition, where optional parameters can be set,
or the last defined range limit can be excluded.
|
interface |
RangePredicateOptionsStep
The final step in a "range" predicate definition, where optional parameters can be set.
|
interface |
SimpleQueryStringPredicateOptionsStep
The final step in an "simple query string" predicate definition, where optional parameters can be set.
|
interface |
SpatialWithinPredicateOptionsStep
The final step in a "within" predicate definition, where optional parameters can be set.
|
interface |
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.