org.apache.solr.search
Class SpatialOptions

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

public class SpatialOptions
extends Object


Field Summary
 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.
 double distance
           
 SchemaField field
           
 String measStr
           
 String pointStr
           
 double radius
           
 
Constructor Summary
SpatialOptions()
           
SpatialOptions(String pointStr, double dist, SchemaField sf, String measStr, double radius)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

SpatialOptions

public SpatialOptions()

SpatialOptions

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


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