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

Packages that use GeoBoundingBoxFilterBuilder
org.elasticsearch.index.query   
 

Uses of GeoBoundingBoxFilterBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return GeoBoundingBoxFilterBuilder
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.bottomRight(double lat, double lon)
          Adds bottom right point.
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.bottomRight(String geohash)
           
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.cache(boolean cache)
          Should the filter be cached or not.
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.cacheKey(String cacheKey)
           
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.filterName(String filterName)
          Sets the filter name for the filter that can be used when searching for matched_filters per hit.
static GeoBoundingBoxFilterBuilder FilterBuilders.geoBoundingBoxFilter(String name)
          A filter to filter based on a bounding box defined by top left and bottom right locations / points
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.topLeft(double lat, double lon)
          Adds top left point.
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.topLeft(String geohash)
           
 GeoBoundingBoxFilterBuilder GeoBoundingBoxFilterBuilder.type(String type)
          Sets the type of executing of the geo bounding box.
 



Copyright © 2009-2012. All Rights Reserved.