Package org.hibernate.search.query.dsl
Interface SpatialMatchingContext
-
- All Known Subinterfaces:
SpatialContext
@Deprecated public interface SpatialMatchingContext
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WithinContextwithin(double distance, Unit unit)Deprecated.
-
-
-
Method Detail
-
within
WithinContext within(double distance, Unit unit)
Deprecated.
-
-