Class SpatialOptions

java.lang.Object
org.apache.solr.search.SpatialOptions

public class SpatialOptions extends Object
  • Field Details

    • pointStr

      public String pointStr
    • distance

      public double distance
    • field

      public SchemaField field
    • measStr

      public String measStr
    • radius

      public double radius
    • bbox

      public boolean bbox
      Just do a "bounding box" - or any other quicker method / shape that still encompasses all of the points of interest, but may also encompass points outside.
  • Constructor Details

    • SpatialOptions

      public SpatialOptions()
    • SpatialOptions

      public SpatialOptions(String pointStr, double dist, SchemaField sf, String measStr, double radius)