Uses of Class
org.apache.lucene.spatial.query.SpatialArgs

Packages that use SpatialArgs
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.prefix Prefix Tree Strategy 
org.apache.lucene.spatial.query Spatial Query options useful for client side requests  
org.apache.lucene.spatial.vector Spatial strategy that uses two fields. 
 

Uses of SpatialArgs in org.apache.lucene.spatial
 

Methods in org.apache.lucene.spatial with parameters of type SpatialArgs
abstract  Filter SpatialStrategy.makeFilter(SpatialArgs args)
          Make a Filter
 Query SpatialStrategy.makeQuery(SpatialArgs args)
          Make a query which has a score based on the distance from the data to the query shape.
abstract  ValueSource SpatialStrategy.makeValueSource(SpatialArgs args)
          The value source yields a number that is proportional to the distance between the query shape and indexed data.
 

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

Methods in org.apache.lucene.spatial.prefix with parameters of type SpatialArgs
 Filter RecursivePrefixTreeStrategy.makeFilter(SpatialArgs args)
           
 Filter TermQueryPrefixTreeStrategy.makeFilter(SpatialArgs args)
           
 ValueSource PrefixTreeStrategy.makeValueSource(SpatialArgs args)
           
 ValueSource PrefixTreeStrategy.makeValueSource(SpatialArgs args, com.spatial4j.core.distance.DistanceCalculator calc)
           
 

Uses of SpatialArgs in org.apache.lucene.spatial.query
 

Methods in org.apache.lucene.spatial.query that return SpatialArgs
 SpatialArgs SpatialArgsParser.parse(String v, com.spatial4j.core.context.SpatialContext ctx)
          Parses a string such as "Intersects(-10,20,-8,22) distPec=0.025".
 

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

Methods in org.apache.lucene.spatial.vector with parameters of type SpatialArgs
 Filter TwoDoublesStrategy.makeFilter(SpatialArgs args)
           
 Query TwoDoublesStrategy.makeQuery(SpatialArgs args)
           
 ValueSource TwoDoublesStrategy.makeValueSource(SpatialArgs args)
           
 



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