Uses of Class
org.apache.lucene.spatial.SpatialStrategy

Packages that use SpatialStrategy
org.apache.lucene.spatial.prefix Prefix Tree Strategy 
org.apache.lucene.spatial.vector Spatial strategy that uses two fields. 
 

Uses of SpatialStrategy in org.apache.lucene.spatial.prefix
 

Subclasses of SpatialStrategy in org.apache.lucene.spatial.prefix
 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 nodes from SpatialPrefixTree.getNodes(com.spatial4j.core.shape.Shape, int, boolean, boolean).
 

Uses of SpatialStrategy in org.apache.lucene.spatial.vector
 

Subclasses of SpatialStrategy in org.apache.lucene.spatial.vector
 class PointVectorStrategy
          Simple SpatialStrategy which represents Points in two numeric DoubleFields.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.