Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.boost(float boost)
Sets the boost for this query.
|
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,
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 query name for the filter that can be used when searching for matched_filters per hit.
|
GeoShapeQueryBuilder |
GeoShapeQueryBuilder.strategy(SpatialStrategy strategy)
Defines which spatial strategy will be used for building the geo shape query.
|
Copyright © 2009–2015. All rights reserved.