Uses of Class
org.elasticsearch.index.query.GeoShapeFilterBuilder

Packages that use GeoShapeFilterBuilder
org.elasticsearch.index.query   
 

Uses of GeoShapeFilterBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return GeoShapeFilterBuilder
 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.geoShapeFilter(String name, com.spatial4j.core.shape.Shape shape)
          A filter to filter based on the relationship between a shape and indexed shapes
 GeoShapeFilterBuilder GeoShapeFilterBuilder.relation(ShapeRelation relation)
          Sets the ShapeRelation that defines how the Shape used in the Filter must relate to indexed Shapes
 



Copyright © 2009-2012. All Rights Reserved.