| Package | Description |
|---|---|
| org.apache.lucene.spatial |
Lucene spatial search
|
| 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.
|
| Constructor and Description |
|---|
DisjointSpatialFilter(SpatialStrategy strategy,
SpatialArgs args,
String field) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixTreeStrategy
An abstract SpatialStrategy based on
SpatialPrefixTree. |
class |
RecursivePrefixTreeStrategy
A
PrefixTreeStrategy which uses AbstractVisitingPrefixTreeFilter. |
class |
TermQueryPrefixTreeStrategy
A basic implementation of
PrefixTreeStrategy using a large TermsFilter of all the cells from SpatialPrefixTree.getCells(com.spatial4j.core.shape.Shape,
int, boolean, boolean). |
| 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 DoubleFields. |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.