Uses of Class
org.elasticsearch.common.lucene.spatial.prefix.tree.SpatialPrefixTree

Packages that use SpatialPrefixTree
org.elasticsearch.common.lucene.spatial   
org.elasticsearch.common.lucene.spatial.prefix   
org.elasticsearch.common.lucene.spatial.prefix.tree   
org.elasticsearch.index.mapper.geo   
 

Uses of SpatialPrefixTree in org.elasticsearch.common.lucene.spatial
 

Methods in org.elasticsearch.common.lucene.spatial that return SpatialPrefixTree
 SpatialPrefixTree SpatialStrategy.getPrefixTree()
          Returns the SpatialPrefixTree used by this Strategy
 

Constructors in org.elasticsearch.common.lucene.spatial with parameters of type SpatialPrefixTree
SpatialStrategy(FieldMapper.Names fieldName, SpatialPrefixTree prefixTree, double distanceErrorPct)
          Creates a new SpatialStrategy that will index and Filter using the given field
 

Uses of SpatialPrefixTree in org.elasticsearch.common.lucene.spatial.prefix
 

Constructors in org.elasticsearch.common.lucene.spatial.prefix with parameters of type SpatialPrefixTree
TermQueryPrefixTreeStrategy(FieldMapper.Names fieldName, SpatialPrefixTree prefixTree, double distanceErrorPct)
          Creates a new TermQueryPrefixTreeStrategy
 

Uses of SpatialPrefixTree in org.elasticsearch.common.lucene.spatial.prefix.tree
 

Subclasses of SpatialPrefixTree in org.elasticsearch.common.lucene.spatial.prefix.tree
 class GeohashPrefixTree
          A SpatialPrefixGrid based on Geohashes.
 class QuadPrefixTree
           
 

Constructors in org.elasticsearch.common.lucene.spatial.prefix.tree with parameters of type SpatialPrefixTree
Node(SpatialPrefixTree spatialPrefixTree, byte[] bytes, int off, int len)
           
Node(SpatialPrefixTree spatialPrefixTree, String token)
           
 

Uses of SpatialPrefixTree in org.elasticsearch.index.mapper.geo
 

Constructors in org.elasticsearch.index.mapper.geo with parameters of type SpatialPrefixTree
GeoShapeFieldMapper(FieldMapper.Names names, SpatialPrefixTree prefixTree, double distanceErrorPct)
           
 



Copyright © 2009-2012. All Rights Reserved.