| Package | Description |
|---|---|
| org.elasticsearch.index.query |
| Modifier and Type | Method and Description |
|---|---|
GeohashCellQuery.Builder |
GeohashCellQuery.Builder.field(String field) |
GeohashCellQuery.Builder |
GeohashCellQuery.Builder.geohash(String geohash) |
static GeohashCellQuery.Builder |
QueryBuilders.geoHashCellQuery(String name)
A filter based on a bounding box defined by geohash.
|
static GeohashCellQuery.Builder |
QueryBuilders.geoHashCellQuery(String name,
GeoPoint point)
A filter based on a bounding box defined by geohash.
|
static GeohashCellQuery.Builder |
QueryBuilders.geoHashCellQuery(String name,
String geohash)
A filter based on a bounding box defined by geohash.
|
static GeohashCellQuery.Builder |
QueryBuilders.geoHashCellQuery(String name,
String geohash,
boolean neighbors)
A filter based on a bounding box defined by geohash.
|
GeohashCellQuery.Builder |
GeohashCellQuery.Builder.neighbors(boolean neighbors) |
GeohashCellQuery.Builder |
GeohashCellQuery.Builder.point(double lat,
double lon) |
GeohashCellQuery.Builder |
GeohashCellQuery.Builder.point(GeoPoint point) |
GeohashCellQuery.Builder |
GeohashCellQuery.Builder.precision(int levels) |
GeohashCellQuery.Builder |
GeohashCellQuery.Builder.precision(String precision) |
Copyright © 2009–2017. All rights reserved.