| Package | Description |
|---|---|
| org.hibernate.search.engine.search.predicate.dsl | |
| org.hibernate.search.engine.search.predicate.dsl.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>,N extends MatchIdPredicateOptionsStep<?>>
The final step in a "match id" predicate definition,
where more IDs to match can be set.
|
| Modifier and Type | Method and Description |
|---|---|
MatchIdPredicateMatchingStep<?> |
SearchPredicateFactory.id()
Match documents where the identifier is among the given values.
|
| Modifier and Type | Method and Description |
|---|---|
MatchIdPredicateMatchingStep<?> |
DelegatingSearchPredicateFactory.id() |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.