public final class MongodbExpressions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Operator<java.lang.Boolean> |
ELEM_MATCH |
static Operator<java.lang.Boolean> |
NEAR |
Modifier and Type | Method and Description |
---|---|
static BooleanExpression |
near(Expression<java.lang.Double[]> expr,
double latVal,
double longVal)
Finds the closest points relative to the given location and orders the results with decreasing promimity
|
public static final Operator<java.lang.Boolean> NEAR
public static final Operator<java.lang.Boolean> ELEM_MATCH
public static BooleanExpression near(Expression<java.lang.Double[]> expr, double latVal, double longVal)
expr
- latVal
- latitudelongVal
- longitudeCopyright © 2007-2013 Mysema Ltd. All Rights Reserved.