Package org.apache.solr.search.function.distance
package org.apache.solr.search.function.distance
Solr implementations of
ValueSource for distance based
function queries.-
ClassesClassDescriptionParses "geodist" creating
HaversineConstFunctionorHaversineFunctionor callingSpatialStrategy.makeDistanceValueSource(org.locationtech.spatial4j.shape.Point,double).Deprecated.Deprecated.Haversine function with one point constantCalculate the Haversine formula (distance) between any two points on a sphere Takes in four value sources: (latA, lonA); (latB, lonB).While not strictly a distance, the Sq.Calculate the p-norm for a Vector.