| Package | Description |
|---|---|
| org.hibernate.search.engine.search.predicate.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>
The initial and final step in a boolean predicate definition, where clauses can be added.
|
interface |
MatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>
The final step in a "match" predicate definition, where optional parameters can be set.
|
interface |
PhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>>
The final step in a "phrase" predicate definition, where optional parameters can be set.
|
interface |
SimpleQueryStringPredicateOptionsStep<S extends SimpleQueryStringPredicateOptionsStep<?>>
The final step in an "simple query string" 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.