public class GeoHashFunction extends AbstractFunction
geohash(latitude, longitude)| Modifier and Type | Method and Description |
|---|---|
static GeoHashFunction |
geohash(double latitude,
double longitude) |
static GeoHashFunction |
geohash(Point location) |
String |
getOperation()
solr readable representation of function
|
addArgument, getArguments, hasArguments, toStringpublic static GeoHashFunction geohash(Point location)
location - must not be nullpublic static GeoHashFunction geohash(double latitude, double longitude)
latitude - longitude - Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.