public static class GeoDistanceFilter.GeoDistanceDocSet extends MatchDocIdSet
Constructor and Description |
---|
GeoDistanceDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
double distance) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
matchDoc(int doc)
Does this document match?
|
bits, get, iterator, length
public GeoDistanceDocSet(int maxDoc, @Nullable org.apache.lucene.util.Bits acceptDocs, MultiGeoPointValues values, GeoDistance.FixedSourceDistance fixedSourceDistance, GeoDistance.DistanceBoundingCheck distanceBoundingCheck, double distance)
protected boolean matchDoc(int doc)
MatchDocIdSet
matchDoc
in class MatchDocIdSet
Copyright © 2009–2015. All rights reserved.