org.elasticsearch.index.search.geo
Class InMemoryGeoBoundingBoxFilter

java.lang.Object
  extended by org.apache.lucene.search.Filter
      extended by org.elasticsearch.index.search.geo.InMemoryGeoBoundingBoxFilter
All Implemented Interfaces:
Serializable

public class InMemoryGeoBoundingBoxFilter
extends org.apache.lucene.search.Filter

See Also:
Serialized Form

Nested Class Summary
static class InMemoryGeoBoundingBoxFilter.GeoBoundingBoxDocSet
           
static class InMemoryGeoBoundingBoxFilter.Meridian180GeoBoundingBoxDocSet
           
 
Constructor Summary
InMemoryGeoBoundingBoxFilter(Point topLeft, Point bottomRight, String fieldName, FieldDataCache fieldDataCache)
           
 
Method Summary
 Point bottomRight()
           
 String fieldName()
           
 org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader)
           
 Point topLeft()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InMemoryGeoBoundingBoxFilter

public InMemoryGeoBoundingBoxFilter(Point topLeft,
                                    Point bottomRight,
                                    String fieldName,
                                    FieldDataCache fieldDataCache)
Method Detail

topLeft

public Point topLeft()

bottomRight

public Point bottomRight()

fieldName

public String fieldName()

getDocIdSet

public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader)
                                              throws IOException
Specified by:
getDocIdSet in class org.apache.lucene.search.Filter
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012. All Rights Reserved.