Package | Description |
---|---|
org.apache.lucene.spatial.bbox |
Bounding Box Spatial Strategy
|
org.apache.lucene.spatial.composite |
Composite strategies.
|
org.apache.lucene.spatial.prefix |
Prefix Tree Strategy.
|
org.apache.lucene.spatial.serialized |
Strategies that serialize the shape (non-indexed).
|
org.apache.lucene.spatial.vector |
Spatial strategy that uses two fields.
|
Modifier and Type | Class and Description |
---|---|
class |
BBoxStrategy
A SpatialStrategy for indexing and searching Rectangles by storing its
coordinates in numeric fields.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeSpatialStrategy
A composite
SpatialStrategy based on RecursivePrefixTreeStrategy (RPT) and
SerializedDVStrategy (SDV). |
Modifier and Type | Class and Description |
---|---|
class |
NumberRangePrefixTreeStrategy
A PrefixTree based on Number/Date ranges.
|
class |
PrefixTreeStrategy
An abstract SpatialStrategy based on
SpatialPrefixTree . |
class |
RecursivePrefixTreeStrategy
A
PrefixTreeStrategy which uses AbstractVisitingPrefixTreeQuery . |
class |
TermQueryPrefixTreeStrategy
A basic implementation of
PrefixTreeStrategy using a large
TermInSetQuery of all the cells from
SpatialPrefixTree.getTreeCellIterator(org.locationtech.spatial4j.shape.Shape, int) . |
Modifier and Type | Class and Description |
---|---|
class |
SerializedDVStrategy
A SpatialStrategy based on serializing a Shape stored into BinaryDocValues.
|
Modifier and Type | Class and Description |
---|---|
class |
PointVectorStrategy
Simple
SpatialStrategy which represents Points in two numeric fields. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.