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 Constructor Description SpatialPredicateInitialStepImpl(SearchPredicateDslContext<?> dslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpatialWithinPredicateFieldStep<?>within()Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...
-
-
-
Constructor Detail
-
SpatialPredicateInitialStepImpl
public SpatialPredicateInitialStepImpl(SearchPredicateDslContext<?> dslContext)
-
-
Method Detail
-
within
public SpatialWithinPredicateFieldStep<?> 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.
-
-