Uses of Class
org.apache.lucene.spatial.vector.TwoDoublesFieldInfo

Packages that use TwoDoublesFieldInfo
org.apache.lucene.spatial.vector Spatial strategy that uses two fields. 
 

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

Methods in org.apache.lucene.spatial.vector with parameters of type TwoDoublesFieldInfo
 IndexableField TwoDoublesStrategy.createField(TwoDoublesFieldInfo indexInfo, com.spatial4j.core.shape.Shape shape, boolean index, boolean store)
           
 IndexableField[] TwoDoublesStrategy.createFields(TwoDoublesFieldInfo fieldInfo, com.spatial4j.core.shape.Shape shape, boolean index, boolean store)
           
 Filter TwoDoublesStrategy.makeFilter(com.spatial4j.core.query.SpatialArgs args, TwoDoublesFieldInfo fieldInfo)
           
 Query TwoDoublesStrategy.makeQuery(com.spatial4j.core.query.SpatialArgs args, TwoDoublesFieldInfo fieldInfo)
           
 ValueSource TwoDoublesStrategy.makeValueSource(com.spatial4j.core.query.SpatialArgs args, TwoDoublesFieldInfo fieldInfo)
           
 

Constructors in org.apache.lucene.spatial.vector with parameters of type TwoDoublesFieldInfo
DistanceValueSource(com.spatial4j.core.shape.Point from, com.spatial4j.core.distance.DistanceCalculator calc, TwoDoublesFieldInfo fields, FieldCache.DoubleParser parser)
          Constructor.
 



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