Geo Bounding Box Filteredit

See Geo Bounding Box Filter

FilterBuilder filter = geoBoundingBoxFilter("pin.location") 
    .topLeft(40.73, -74.1)                                  
    .bottomRight(40.717, -73.99);                           

field

bounding box top left point

bounding box bottom right point

Note that you can cache the result using GeoBoundingBoxFilterBuilder#cache(boolean) method. See Caching.