Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate |
Modifier and Type | Method and Description |
---|---|
default MatchPredicateFieldSetContext |
MatchPredicateContext.onField(String absoluteFieldPath)
Target the given field in the match predicate.
|
MatchPredicateFieldSetContext |
MatchPredicateContext.onFields(String... absoluteFieldPaths)
Target the given fields in the match predicate.
|
default MatchPredicateFieldSetContext |
MatchPredicateFieldSetContext.orField(String absoluteFieldPath)
Target the given field in the match predicate,
as an alternative to the already-targeted fields.
|
MatchPredicateFieldSetContext |
MatchPredicateFieldSetContext.orFields(String... absoluteFieldPaths)
Target the given fields in the match predicate,
as an alternative to the already-targeted fields.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.