Uses of Package
org.apache.lucene.spatial.prefix.tree

Packages that use org.apache.lucene.spatial.prefix.tree
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. 
 

Classes in org.apache.lucene.spatial.prefix.tree used by org.apache.lucene.spatial.prefix
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.
 

Classes in org.apache.lucene.spatial.prefix.tree used by org.apache.lucene.spatial.prefix.tree
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-2013 Apache Software Foundation. All Rights Reserved.