Class SpatialPredicateInitialStepImpl
java.lang.Object
org.hibernate.search.engine.search.predicate.dsl.impl.SpatialPredicateInitialStepImpl
- All Implemented Interfaces:
SpatialPredicateInitialStep
public final class SpatialPredicateInitialStepImpl
extends Object
implements SpatialPredicateInitialStep
-
Constructor Summary
Constructors -
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, ...
-
Constructor Details
-
SpatialPredicateInitialStepImpl
-
-
Method Details
-
within
Description copied from interface:SpatialPredicateInitialStepMatch documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...- Specified by:
withinin interfaceSpatialPredicateInitialStep- Returns:
- The initial step of a DSL allowing the definition of a "within" predicate.
-