public static class GeoDistanceRangeFilter.GeoDistanceRangeDocSet extends MatchDocIdSet
| Constructor and Description |
|---|
GeoDistanceRangeDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
double inclusiveLowerPoint,
double inclusiveUpperPoint) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchDoc(int doc)
Does this document match?
|
bits, get, iterator, lengthpublic GeoDistanceRangeDocSet(int maxDoc,
@Nullable
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
double inclusiveLowerPoint,
double inclusiveUpperPoint)
protected boolean matchDoc(int doc)
MatchDocIdSetmatchDoc in class MatchDocIdSetCopyright © 2009–2016. All rights reserved.