Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
GeoShapeFilterBuilder |
GeoShapeFilterBuilder.cache(boolean cache)
Sets whether the filter will be cached.
|
GeoShapeFilterBuilder |
GeoShapeFilterBuilder.cacheKey(String cacheKey)
Sets the key used for the filter if it is cached
|
GeoShapeFilterBuilder |
GeoShapeFilterBuilder.filterName(String filterName)
Sets the name of the filter
|
static GeoShapeFilterBuilder |
FilterBuilders.geoDisjointFilter(String name,
ShapeBuilder shape)
A filter to filter indexed shapes that are not intersection with the query shape
|
static GeoShapeFilterBuilder |
FilterBuilders.geoDisjointFilter(String name,
String indexedShapeId,
String indexedShapeType) |
static GeoShapeFilterBuilder |
FilterBuilders.geoIntersectionFilter(String name,
ShapeBuilder shape)
A filter to filter indexed shapes intersecting with shapes
|
static GeoShapeFilterBuilder |
FilterBuilders.geoIntersectionFilter(String name,
String indexedShapeId,
String indexedShapeType) |
static GeoShapeFilterBuilder |
FilterBuilders.geoShapeFilter(String name,
ShapeBuilder shape,
ShapeRelation relation)
A filter based on the relationship of a shape and indexed shapes
|
static GeoShapeFilterBuilder |
FilterBuilders.geoShapeFilter(String name,
String indexedShapeId,
String indexedShapeType,
ShapeRelation relation) |
static GeoShapeFilterBuilder |
FilterBuilders.geoWithinFilter(String name,
ShapeBuilder shape)
A filter to filter indexed shapes that are contained by a shape
|
static GeoShapeFilterBuilder |
FilterBuilders.geoWithinFilter(String name,
String indexedShapeId,
String indexedShapeType) |
GeoShapeFilterBuilder |
GeoShapeFilterBuilder.indexedShapeIndex(String indexedShapeIndex)
Sets the name of the index where the indexed Shape can be found
|
GeoShapeFilterBuilder |
GeoShapeFilterBuilder.indexedShapePath(String indexedShapePath)
Sets the path of the field in the indexed Shape document that has the Shape itself
|
GeoShapeFilterBuilder |
GeoShapeFilterBuilder.relation(ShapeRelation relation)
Sets the relation of query shape and indexed shape.
|
GeoShapeFilterBuilder |
GeoShapeFilterBuilder.strategy(SpatialStrategy strategy)
Defines which spatial strategy will be used for building the geo shape filter.
|
Copyright © 2009–2015. All rights reserved.