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