Interface SpatialPredicateInitialStep<SR>
public interface SpatialPredicateInitialStep<SR>
The initial step of all spatial predicate definitions.
-
Method Summary
Modifier and TypeMethodDescriptionwithin()
Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...
-
Method Details
-
within
SpatialWithinPredicateFieldStep<SR,?> within()Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...- Returns:
- The initial step of a DSL allowing the definition of a "within" predicate.
-