org.elasticsearch.index.search.geo
Class IndexedGeoBoundingBoxFilter

java.lang.Object
  extended by org.elasticsearch.index.search.geo.IndexedGeoBoundingBoxFilter

public class IndexedGeoBoundingBoxFilter
extends Object


Constructor Summary
IndexedGeoBoundingBoxFilter()
           
 
Method Summary
static org.apache.lucene.search.Filter create(Point topLeft, Point bottomRight, GeoPointFieldMapper fieldMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedGeoBoundingBoxFilter

public IndexedGeoBoundingBoxFilter()
Method Detail

create

public static org.apache.lucene.search.Filter create(Point topLeft,
                                                     Point bottomRight,
                                                     GeoPointFieldMapper fieldMapper)


Copyright © 2009-2012. All Rights Reserved.