Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateFieldStep
Packages that use SpatialWithinPredicateFieldStep
-
Uses of SpatialWithinPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return SpatialWithinPredicateFieldStepModifier and TypeMethodDescriptionSpatialPredicateInitialStep.within()
Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...