org.elasticsearch.index.search.geo
Class GeoDistanceFilter.GeoDistanceDocSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by org.elasticsearch.common.lucene.docset.DocSet
          extended by org.elasticsearch.common.lucene.docset.GetDocSet
              extended by org.elasticsearch.index.search.geo.GeoDistanceFilter.GeoDistanceDocSet
Enclosing class:
GeoDistanceFilter

public static class GeoDistanceFilter.GeoDistanceDocSet
extends GetDocSet


Field Summary
 
Fields inherited from class org.elasticsearch.common.lucene.docset.DocSet
EMPTY_DOC_SET
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Constructor Summary
GeoDistanceFilter.GeoDistanceDocSet(int maxDoc, GeoPointFieldData fieldData, GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistance.DistanceBoundingCheck distanceBoundingCheck, double distance)
           
 
Method Summary
 boolean get(int doc)
           
 boolean isCacheable()
           
 
Methods inherited from class org.elasticsearch.common.lucene.docset.GetDocSet
iterator, sizeInBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoDistanceFilter.GeoDistanceDocSet

public GeoDistanceFilter.GeoDistanceDocSet(int maxDoc,
                                           GeoPointFieldData fieldData,
                                           GeoDistance.FixedSourceDistance fixedSourceDistance,
                                           GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
                                           double distance)
Method Detail

isCacheable

public boolean isCacheable()
Overrides:
isCacheable in class org.apache.lucene.search.DocIdSet

get

public boolean get(int doc)
            throws java.io.IOException
Specified by:
get in class DocSet
Throws:
java.io.IOException