Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateFieldMoreStep
Packages that use SpatialWithinPredicateFieldMoreStep
-
Uses of SpatialWithinPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type SpatialWithinPredicateFieldMoreStepModifier and TypeInterfaceDescriptioninterfaceSpatialWithinPredicateFieldMoreStep<SR,S extends SpatialWithinPredicateFieldMoreStep<SR, ?, N>, N extends SpatialWithinPredicateOptionsStep<?>> The step in a "within" predicate definition where the area to match can be set (see the superinterfaceSpatialWithinPredicateAreaStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceSpatialWithinPredicateFieldStep<SR,N extends SpatialWithinPredicateFieldMoreStep<SR, ?, ?>> The initial step in a "within" predicate definition, where the target field can be set.