| Package | Description |
|---|---|
| org.apache.solr.schema | |
| org.apache.solr.search.function.distance |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
LatLonValueSource |
(package private) class |
PointTypeValueSource |
| Modifier and Type | Field and Description |
|---|---|
private VectorValueSource |
HaversineConstFunction.p2 |
| Modifier and Type | Method and Description |
|---|---|
private static VectorValueSource |
HaversineConstFunction.makeMV(java.util.List<ValueSource> sources,
java.util.List<ValueSource> orig)
make a MultiValueSource from two non MultiValueSources
|
| Constructor and Description |
|---|
HaversineConstFunction(double latCenter,
double lonCenter,
VectorValueSource vs) |