Uses of Interface
org.apache.lucene.spatial.SpatialFieldInfo

Packages that use SpatialFieldInfo
org.apache.lucene.spatial Lucene spatial search Check: http://blog.notdot.net/2009/11/Damn-Cool-Algorithms-Spatial-indexing-with-Quadtrees-and-Hilbert-Curves 
org.apache.lucene.spatial.vector Spatial strategy that uses two fields. 
 

Uses of SpatialFieldInfo in org.apache.lucene.spatial
 

Classes in org.apache.lucene.spatial with type parameters of type SpatialFieldInfo
 class SpatialStrategy<T extends SpatialFieldInfo>
          must be thread safe
 

Classes in org.apache.lucene.spatial that implement SpatialFieldInfo
 class SimpleSpatialFieldInfo
           
 

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

Classes in org.apache.lucene.spatial.vector that implement SpatialFieldInfo
 class TwoDoublesFieldInfo
           
 



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