Package org.apache.lucene.spatial.prefix
Class PointPrefixTreeFieldCacheProvider
- java.lang.Object
-
- org.apache.lucene.spatial.util.ShapeFieldCacheProvider<Point>
-
- org.apache.lucene.spatial.prefix.PointPrefixTreeFieldCacheProvider
-
public class PointPrefixTreeFieldCacheProvider extends ShapeFieldCacheProvider<Point>
Implementation ofShapeFieldCacheProviderdesigned forPrefixTreeStrategys that index points (AND ONLY POINTS!).
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.spatial.util.ShapeFieldCacheProvider
defaultSize, shapeField
-
-
Constructor Summary
Constructors Constructor Description PointPrefixTreeFieldCacheProvider(SpatialPrefixTree grid, String shapeField, int defaultSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PointreadShape(BytesRef term)-
Methods inherited from class org.apache.lucene.spatial.util.ShapeFieldCacheProvider
getCache
-
-
-
-
Constructor Detail
-
PointPrefixTreeFieldCacheProvider
public PointPrefixTreeFieldCacheProvider(SpatialPrefixTree grid, String shapeField, int defaultSize)
-
-
Method Detail
-
readShape
protected Point readShape(BytesRef term)
- Specified by:
readShapein classShapeFieldCacheProvider<Point>
-
-