Class GeoField<E,T>
java.lang.Object
com.redis.om.spring.metamodel.MetamodelField<E,T>
com.redis.om.spring.metamodel.indexed.GeoField<E,T>
- All Implemented Interfaces:
Comparator<E>,Function<E,T>
-
Field Summary
Fields inherited from class com.redis.om.spring.metamodel.MetamodelField
alias, indexed, searchFieldAccessor, targetClass -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.redis.om.spring.metamodel.MetamodelField
apply, asc, compare, desc, getSearchAlias, getSearchFieldAccessor, getTargetClass, isIndexedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
GeoField
-
-
Method Details
-
eq
-
eq
-
eq
-
notEq
-
notEq
-
notEq
-
near
public NearPredicate<E,T> near(org.springframework.data.geo.Point point, org.springframework.data.geo.Distance distance) -
outsideOf
public OutsideOfPredicate<E,T> outsideOf(org.springframework.data.geo.Point point, org.springframework.data.geo.Distance distance)
-