Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.cache(boolean cache)
Should the filter be cached or not.
|
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.cacheKey(String cacheKey) |
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.field(String field) |
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.geohash(String geohash) |
static GeohashCellFilter.Builder |
FilterBuilders.geoHashCellFilter(String name)
A filter based on a bounding box defined by geohash.
|
static GeohashCellFilter.Builder |
FilterBuilders.geoHashCellFilter(String name,
GeoPoint point)
A filter based on a bounding box defined by geohash.
|
static GeohashCellFilter.Builder |
FilterBuilders.geoHashCellFilter(String name,
String geohash)
A filter based on a bounding box defined by geohash.
|
static GeohashCellFilter.Builder |
FilterBuilders.geoHashCellFilter(String name,
String geohash,
boolean neighbors)
A filter based on a bounding box defined by geohash.
|
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.neighbors(boolean neighbors) |
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.point(double lat,
double lon) |
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.point(GeoPoint point) |
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.precision(int levels) |
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.precision(String precision) |
Copyright © 2009–2015. All rights reserved.