| Package | Description |
|---|---|
| org.elasticsearch.index.query |
| Modifier and Type | Method and Description |
|---|---|
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.boost(float boost) |
static GeoShapeQueryBuilder |
QueryBuilders.geoDisjointQuery(String name,
ShapeBuilder shape)
A filter to filter indexed shapes that are not intersection with the query shape
|
static GeoShapeQueryBuilder |
QueryBuilders.geoDisjointQuery(String name,
String indexedShapeId,
String indexedShapeType) |
static GeoShapeQueryBuilder |
QueryBuilders.geoIntersectionQuery(String name,
ShapeBuilder shape)
A filter to filter indexed shapes intersecting with shapes
|
static GeoShapeQueryBuilder |
QueryBuilders.geoIntersectionQuery(String name,
String indexedShapeId,
String indexedShapeType) |
static GeoShapeQueryBuilder |
QueryBuilders.geoShapeQuery(String name,
ShapeBuilder shape)
Query that matches Documents based on the relationship between the given shape and
indexed shapes
|
static GeoShapeQueryBuilder |
QueryBuilders.geoShapeQuery(String name,
ShapeBuilder shape,
ShapeRelation relation)
A filter based on the relationship of a shape and indexed shapes
|
static GeoShapeQueryBuilder |
QueryBuilders.geoShapeQuery(String name,
String indexedShapeId,
String indexedShapeType) |
static GeoShapeQueryBuilder |
QueryBuilders.geoShapeQuery(String name,
String indexedShapeId,
String indexedShapeType,
ShapeRelation relation) |
static GeoShapeQueryBuilder |
QueryBuilders.geoWithinQuery(String name,
ShapeBuilder shape)
A filter to filter indexed shapes that are contained by a shape
|
static GeoShapeQueryBuilder |
QueryBuilders.geoWithinQuery(String name,
String indexedShapeId,
String indexedShapeType) |
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.indexedShapeIndex(String indexedShapeIndex)
Sets the name of the index where the indexed Shape can be found
|
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.indexedShapePath(String indexedShapePath)
Sets the path of the field in the indexed Shape document that has the Shape itself
|
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.queryName(String queryName)
Sets the name of the filter
|
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.relation(ShapeRelation relation)
Sets the relation of query shape and indexed shape.
|
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.strategy(SpatialStrategy strategy)
Defines which spatial strategy will be used for building the geo shape filter.
|
Copyright © 2009–2017. All rights reserved.