public class GeoHashFunction extends AbstractFunction
geohash(latitude, longitude)
Modifier and Type | Method and Description |
---|---|
static GeoHashFunction |
geohash(double latitude,
double longitude) |
static GeoHashFunction |
geohash(GeoLocation location) |
String |
getOperation()
solr readable representation of function
|
addArgument, getArguments, hasArguments, toString
public static GeoHashFunction geohash(GeoLocation location)
location
- must not be nullpublic static GeoHashFunction geohash(double latitude, double longitude)
latitude
- longitude
- Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.