public final class GeoNear extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GeoNear.GeoNearBuilder |
Modifier and Type | Method and Description |
---|---|
static GeoNear.GeoNearBuilder |
builder(String distanceField) |
String |
getDistanceField() |
Double |
getDistanceMultiplier() |
String |
getIncludeLocations() |
Long |
getLimit() |
Double |
getMaxDistance() |
Long |
getMaxDocuments() |
double[] |
getNear() |
Query |
getQuery() |
Boolean |
getSpherical() |
Boolean |
getUniqueDocuments() |
public double[] getNear()
public String getDistanceField()
public Long getLimit()
public Long getMaxDocuments()
public Double getMaxDistance()
public Query getQuery()
public Boolean getSpherical()
public Double getDistanceMultiplier()
public String getIncludeLocations()
public Boolean getUniqueDocuments()
public static GeoNear.GeoNearBuilder builder(String distanceField)
Copyright © 2016. All rights reserved.