Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateFieldStep
-
Packages that use SpatialWithinPredicateFieldStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.impl -
-
Uses of SpatialWithinPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return SpatialWithinPredicateFieldStep Modifier and Type Method Description SpatialWithinPredicateFieldStep<?>SpatialPredicateInitialStep. within()Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ... -
Uses of SpatialWithinPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl.impl
Methods in org.hibernate.search.engine.search.predicate.dsl.impl that return SpatialWithinPredicateFieldStep Modifier and Type Method Description SpatialWithinPredicateFieldStep<?>SpatialPredicateInitialStepImpl. within()
-