public class InMemoryGeoBoundingBoxFilter
extends org.apache.lucene.search.Filter
Modifier and Type | Class and Description |
---|---|
static class |
InMemoryGeoBoundingBoxFilter.GeoBoundingBoxDocSet |
static class |
InMemoryGeoBoundingBoxFilter.Meridian180GeoBoundingBoxDocSet |
Constructor and Description |
---|
InMemoryGeoBoundingBoxFilter(GeoPoint topLeft,
GeoPoint bottomRight,
IndexGeoPointFieldData indexFieldData) |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
bottomRight() |
String |
fieldName() |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptedDocs) |
GeoPoint |
topLeft() |
String |
toString() |
public InMemoryGeoBoundingBoxFilter(GeoPoint topLeft, GeoPoint bottomRight, IndexGeoPointFieldData indexFieldData)
public GeoPoint topLeft()
public GeoPoint bottomRight()
public String fieldName()
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.