public class GeoDistanceRangeFilter
extends org.apache.lucene.search.Filter
Modifier and Type | Class and Description |
---|---|
static class |
GeoDistanceRangeFilter.GeoDistanceRangeDocSet |
Constructor and Description |
---|
GeoDistanceRangeFilter(GeoPoint point,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper,
GeoDistance geoDistance,
GeoPointFieldMapper mapper,
IndexGeoPointFieldData indexFieldData,
String optimizeBbox) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
GeoDistance |
geoDistance() |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptedDocs) |
int |
hashCode() |
double |
lat() |
double |
lon() |
String |
toString() |
public GeoDistanceRangeFilter(GeoPoint point, Double lowerVal, Double upperVal, boolean includeLower, boolean includeUpper, GeoDistance geoDistance, GeoPointFieldMapper mapper, IndexGeoPointFieldData indexFieldData, String optimizeBbox)
public double lat()
public double lon()
public GeoDistance geoDistance()
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.AtomicReaderContext context, org.apache.lucene.util.Bits acceptedDocs) throws IOException
getDocIdSet
in class org.apache.lucene.search.Filter
IOException
Copyright © 2009–2015. All rights reserved.