Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomLeft(double lat,
double lon)
Adds bottom left corner.
|
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomLeft(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomLeft(String geohash) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomRight(double lat,
double lon)
Adds bottom right corner.
|
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomRight(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomRight(String geohash) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.cache(boolean cache)
Should the filter be cached or not.
|
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.cacheKey(String cacheKey) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.filterName(String filterName)
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
static GeoBoundingBoxFilterBuilder |
FilterBuilders.geoBoundingBoxFilter(String name)
A filter to filter based on a bounding box defined by top left and bottom right locations / points
|
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topLeft(double lat,
double lon)
Adds top left point.
|
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topLeft(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topLeft(String geohash) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topRight(double lat,
double lon)
Adds top right point.
|
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topRight(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topRight(String geohash) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.type(String type)
Sets the type of executing of the geo bounding box.
|
Copyright © 2009–2015. All rights reserved.