| Package | Description |
|---|---|
| org.apache.lucene.spatial.prefix |
Prefix Tree Strategy
|
| org.apache.lucene.spatial.prefix.tree |
The Spatial Prefix package supports spatial indexing by index-time tokens
where adding characters to a string gives greater resolution.
|
| Class and Description |
|---|
| SpatialPrefixTree
A spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings
at variable lengths corresponding to variable precision.
|
| Class and Description |
|---|
| Node
Represents a grid cell.
|
| SpatialPrefixTree
A spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings
at variable lengths corresponding to variable precision.
|
| SpatialPrefixTreeFactory
Abstract Factory for creating
SpatialPrefixTree instances with useful
defaults and passed on configurations defined in a Map. |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.