Interface SpatialPredicateInitialStep


  • public interface SpatialPredicateInitialStep
    The initial step of all spatial predicate definitions.
    • Method Detail

      • within

        SpatialWithinPredicateFieldStep<?> 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.