Manticoresearch.GeoDistance
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| locationAnchor | GeoDistanceLocationAnchor | [optional] | |
| locationSource | String | Field name in the document that contains location data | [optional] |
| distanceType | String | Algorithm used to calculate the distance | [optional] |
| distance | String | The distance from the anchor point to filter results by | [optional] |
Enum: DistanceTypeEnum
-
adaptive(value:"adaptive") -
haversine(value:"haversine")