Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
Polygon2D.relate(double minLat,
double maxLat,
double minLon,
double maxLon)
Returns relation to the provided rectangle
|
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
PointValues.IntersectVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue)
Called for non-leaf cells to test how the cell relates to the query, to
determine how to further recurse down the tree.
|
static PointValues.Relation |
PointValues.Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointValues.Relation[] |
PointValues.Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.