Class PointPrefixTreeFieldCacheProvider

java.lang.Object
org.apache.lucene.spatial.util.ShapeFieldCacheProvider<org.locationtech.spatial4j.shape.Point>
org.apache.lucene.spatial.prefix.PointPrefixTreeFieldCacheProvider

public class PointPrefixTreeFieldCacheProvider extends ShapeFieldCacheProvider<org.locationtech.spatial4j.shape.Point>
Implementation of ShapeFieldCacheProvider designed for PrefixTreeStrategys that index points (AND ONLY POINTS!).
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Constructor Details

    • PointPrefixTreeFieldCacheProvider

      public PointPrefixTreeFieldCacheProvider(SpatialPrefixTree grid, String shapeField, int defaultSize)
  • Method Details