| Package | Description |
|---|---|
| org.hibernate.search.engine.search.predicate.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PhrasePredicateFieldMoreStep<S extends PhrasePredicateFieldMoreStep<?,N>,N extends PhrasePredicateOptionsStep<?>>
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 |
PhrasePredicateFieldStep<N extends PhrasePredicateFieldMoreStep<?,?>>
The initial step in a "phrase" predicate definition, where the target field can be set.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.