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

Packages that use GeoShapeQueryBuilder
org.elasticsearch.index.query   
 

Uses of GeoShapeQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return GeoShapeQueryBuilder
 GeoShapeQueryBuilder GeoShapeQueryBuilder.boost(float boost)
           
static GeoShapeQueryBuilder QueryBuilders.geoShapeQuery(String name, com.spatial4j.core.shape.Shape shape)
          Query that matches Documents based on the relationship between the given shape and indexed shapes
 GeoShapeQueryBuilder GeoShapeQueryBuilder.relation(ShapeRelation relation)
           
 



Copyright © 2009-2012. All Rights Reserved.