Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Method and Description |
---|---|
private PointValues.IntersectVisitor |
LatLonPointInPolygonQuery.getIntersectVisitor(DocIdSetBuilder result,
Component2D tree,
GeoEncodingUtils.PolygonPredicate polygonPredicate,
byte[] minLat,
byte[] maxLat,
byte[] minLon,
byte[] maxLon) |
Modifier and Type | Method and Description |
---|---|
static GeoEncodingUtils.PolygonPredicate |
GeoEncodingUtils.createComponentPredicate(Component2D tree)
Create a predicate that checks whether points are within a polygon.
|