Class OutsideOfPredicate<E,T>
java.lang.Object
com.redis.om.spring.search.stream.predicates.BaseAbstractPredicate<E,T>
com.redis.om.spring.search.stream.predicates.geo.OutsideOfPredicate<E,T>
- All Implemented Interfaces:
SearchFieldPredicate<E,,T> Predicate<T>
-
Constructor Summary
ConstructorsConstructorDescriptionOutsideOfPredicate(SearchFieldAccessor field, org.springframework.data.geo.Point point, org.springframework.data.geo.Distance distance) -
Method Summary
Methods inherited from class com.redis.om.spring.search.stream.predicates.BaseAbstractPredicate
getField, getSearchAlias, getSearchFieldType, testMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.redis.om.spring.search.stream.predicates.SearchFieldPredicate
and, or
-
Constructor Details
-
OutsideOfPredicate
public OutsideOfPredicate(SearchFieldAccessor field, org.springframework.data.geo.Point point, org.springframework.data.geo.Distance distance)
-
-
Method Details
-
getPoint
public org.springframework.data.geo.Point getPoint() -
getDistance
public org.springframework.data.geo.Distance getDistance() -
apply
public redis.clients.jedis.search.querybuilder.Node apply(redis.clients.jedis.search.querybuilder.Node root)
-