Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate |
Modifier and Type | Method and Description |
---|---|
default SpatialWithinPredicateFieldSetContext |
SpatialWithinPredicateContext.onField(String absoluteFieldPath)
Target the given field in the "within" predicate.
|
SpatialWithinPredicateFieldSetContext |
SpatialWithinPredicateContext.onFields(String... absoluteFieldPaths)
Target the given fields in the "within" predicate.
|
default SpatialWithinPredicateFieldSetContext |
SpatialWithinPredicateFieldSetContext.orField(String absoluteFieldPath)
Target the given field in the "within" predicate,
as an alternative to the already-targeted fields.
|
SpatialWithinPredicateFieldSetContext |
SpatialWithinPredicateFieldSetContext.orFields(String... absoluteFieldPaths)
Target the given fields in the "within" 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.