Closed
Description
NEST/Elasticsearch.Net version: 7.17.4
Elasticsearch version: 7.17.4
.NET runtime version: .NET 6
Operating system version: macos
Description of the problem including expected versus actual behavior:
A clear and concise description of what the bug is.
Steps to reproduce:
- Nest is missing GeoPoint Script support https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html#geo-point-params
Expected behavior
This should work
.GeoPoint(g => g.Name(m => "geo").Script("BLAH"))
Provide ConnectionSettings
(if relevant):
Provide DebugInformation
(if relevant):