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
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
NearestNeighbor.NearestVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
Modifier and Type | Method and Description |
---|---|
private PointValues.Relation |
Polygon2D.componentRelate(double minLat,
double maxLat,
double minLon,
double maxLon)
Returns relation to the provided rectangle for this component
|
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
PointInSetQuery.MergePointVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
PointValues.Relation |
PointInSetQuery.SinglePointVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
PointInSetIncludingScoreQuery.MergePointVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
BKDReader.VerifyVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |