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.
|
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
NearestNeighbor.NearestVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
PointValues.Relation |
FloatPointNearestNeighbor.NearestVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
(package private) PointValues.Relation |
RangeFieldQuery.QueryType.compare(byte[] queryPackedValue,
byte[] minPackedValue,
byte[] maxPackedValue,
int numDims,
int bytesPerDim) |
(package private) abstract PointValues.Relation |
RangeFieldQuery.QueryType.compare(byte[] queryPackedValue,
byte[] minPackedValue,
byte[] maxPackedValue,
int numDims,
int bytesPerDim,
int dim) |
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
|
static PointValues.Relation |
GeoUtils.relate(double minLat,
double maxLat,
double minLon,
double maxLon,
double lat,
double lon,
double distanceSortKey,
double axisLat)
Compute the relation between the provided box and distance query.
|
Modifier and Type | Method and Description |
---|---|
private static GeoEncodingUtils.Grid |
GeoEncodingUtils.createSubBoxes(Rectangle boundingBox,
java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation) |
Modifier and Type | Field and Description |
---|---|
private PointValues.Relation |
CheckIndex.ConstantRelationIntersectVisitor.relation |
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.
|
PointValues.Relation |
CheckIndex.VerifyPointsVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
PointValues.Relation |
CheckIndex.ConstantRelationIntersectVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
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.
|
Constructor and Description |
---|
ConstantRelationIntersectVisitor(PointValues.Relation relation) |
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) |