public interface SpatialWithinPredicateFieldMoreStep extends SpatialWithinPredicateAreaStep, MultiFieldPredicateFieldBoostStep<SpatialWithinPredicateFieldMoreStep>
SpatialWithinPredicateAreaStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.| Modifier and Type | Method and Description |
|---|---|
default SpatialWithinPredicateFieldMoreStep |
orField(String absoluteFieldPath)
Target the given field in the "within" predicate,
as an alternative to the already-targeted fields.
|
SpatialWithinPredicateFieldMoreStep |
orFields(String... absoluteFieldPaths)
Target the given fields in the "within" predicate,
as an alternative to the already-targeted fields.
|
boundingBox, boundingBox, circle, circle, circle, circle, polygonboostedTodefault SpatialWithinPredicateFieldMoreStep orField(String absoluteFieldPath)
See SpatialWithinPredicateFieldStep.onField(String) for more information on targeted fields.
absoluteFieldPath - The absolute path (from the document root) of the targeted field.SpatialWithinPredicateFieldStep.onField(String)SpatialWithinPredicateFieldMoreStep orFields(String... absoluteFieldPaths)
See SpatialWithinPredicateFieldStep.onFields(String...) for more information on targeted fields.
absoluteFieldPaths - The absolute paths (from the document root) of the targeted fields.SpatialWithinPredicateFieldStep.onFields(String...)Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.