Package | Description |
---|---|
org.apache.lucene.benchmark.byTask.feeds |
Sources for benchmark inputs: documents and queries.
|
org.apache.lucene.spatial.composite |
Composite strategies.
|
org.apache.lucene.spatial.prefix |
Prefix Tree Strategy.
|
Modifier and Type | Method and Description |
---|---|
protected RecursivePrefixTreeStrategy |
SpatialDocMaker.makeRPTStrategy(String spatialField,
Config config,
Map<String,String> configMap,
com.spatial4j.core.context.SpatialContext ctx) |
Modifier and Type | Method and Description |
---|---|
RecursivePrefixTreeStrategy |
CompositeSpatialStrategy.getIndexStrategy() |
Constructor and Description |
---|
CompositeSpatialStrategy(String fieldName,
RecursivePrefixTreeStrategy indexStrategy,
SerializedDVStrategy geometryStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
NumberRangePrefixTreeStrategy
A PrefixTree based on Number/Date ranges.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.