Uses of Class
org.apache.lucene.spatial.util.ShapeFieldCacheProvider
-
Packages that use ShapeFieldCacheProvider Package Description org.apache.lucene.spatial.prefix org.apache.lucene.spatial.util -
-
Uses of ShapeFieldCacheProvider in org.apache.lucene.spatial.prefix
Subclasses of ShapeFieldCacheProvider in org.apache.lucene.spatial.prefix Modifier and Type Class Description classPointPrefixTreeFieldCacheProviderImplementation ofShapeFieldCacheProviderdesigned forPrefixTreeStrategys that index points (AND ONLY POINTS!). -
Uses of ShapeFieldCacheProvider in org.apache.lucene.spatial.util
Constructors in org.apache.lucene.spatial.util with parameters of type ShapeFieldCacheProvider Constructor Description ShapeFieldCacheDistanceValueSource(SpatialContext ctx, ShapeFieldCacheProvider<Point> provider, Point from, double multiplier)
-