static GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.fromXContent(XContentParser parser) |
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.ignoreUnmapped(boolean ignoreUnmapped) |
Sets whether the query builder should ignore unmapped fields (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the field is unmapped.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.setCorners(double top,
double left,
double bottom,
double right) |
Adds top left point.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.setCorners(String geohash) |
Adds points from a single geohash.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.setCorners(String topLeft,
String bottomRight) |
Adds points.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.setCorners(GeoPoint topLeft,
GeoPoint bottomRight) |
Adds points.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.setCornersOGC(String bottomLeft,
String topRight) |
Adds corners in OGC standard bbox/ envelop format.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.setCornersOGC(GeoPoint bottomLeft,
GeoPoint topRight) |
Adds corners in OGC standard bbox/ envelop format.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.setValidationMethod(GeoValidationMethod method) |
Specify whether or not to ignore validation errors of bounding boxes.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.type(String type) |
For BWC: Parse type from type name.
|
GeoBoundingBoxQueryBuilder |
GeoBoundingBoxQueryBuilder.type(GeoExecType type) |
Sets the type of executing of the geo bounding box.
|