S - The "self" type (the actual exposed type of this step).N - The type of the next step.public interface SpatialWithinPredicateFieldMoreStep<S extends SpatialWithinPredicateFieldMoreStep<?,N>,N extends SpatialWithinPredicateOptionsStep<?>> extends SpatialWithinPredicateAreaStep<N>, MultiFieldPredicateFieldBoostStep<S>
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 S |
field(String absoluteFieldPath)
Target the given field in the "within" predicate,
as an alternative to the already-targeted fields.
|
S |
fields(String... absoluteFieldPaths)
Target the given fields in the "within" predicate,
as an alternative to the already-targeted fields.
|
boundingBox, boundingBox, circle, circle, circle, circle, polygonboostdefault S field(String absoluteFieldPath)
See SpatialWithinPredicateFieldStep.field(String) for more information on targeted fields.
absoluteFieldPath - The absolute path (from the document root) of the targeted field.SpatialWithinPredicateFieldStep.field(String)S fields(String... absoluteFieldPaths)
See SpatialWithinPredicateFieldStep.fields(String...) for more information on targeted fields.
absoluteFieldPaths - The absolute paths (from the document root) of the targeted fields.SpatialWithinPredicateFieldStep.fields(String...)Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.