| Package | Description |
|---|---|
| org.apache.lucene.benchmark.byTask.feeds |
Sources for benchmark inputs: documents and queries.
|
| 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 | Field and Description |
|---|---|
protected SpatialStrategy |
SpatialFileQueryMaker.strategy |
| Modifier and Type | Method and Description |
|---|---|
static SpatialStrategy |
SpatialDocMaker.getSpatialStrategy(int roundNumber)
Looks up the SpatialStrategy from the given round --
Config.getRoundNumber(). |
protected SpatialStrategy |
SpatialDocMaker.makeCompositeStrategy(Config config,
java.util.Map<java.lang.String,java.lang.String> configMap,
org.locationtech.spatial4j.context.SpatialContext ctx) |
protected SpatialStrategy |
SpatialDocMaker.makeSpatialStrategy(Config config)
Builds a SpatialStrategy from configuration options.
|
protected SpatialStrategy |
SpatialDocMaker.makeSpatialStrategy(Config config,
java.util.Map<java.lang.String,java.lang.String> configMap,
org.locationtech.spatial4j.context.SpatialContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static SpatialDocMaker.ShapeConverter |
SpatialDocMaker.makeShapeConverter(SpatialStrategy spatialStrategy,
Config config,
java.lang.String configKeyPrefix)
Optionally converts points to circles, and optionally bbox'es result.
|
static org.locationtech.spatial4j.shape.Shape |
SpatialDocMaker.makeShapeFromString(SpatialStrategy strategy,
java.lang.String name,
java.lang.String shapeStr) |
| 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–2025 The Apache Software Foundation. All rights reserved.