Skip to content

Index Mappings: Geopoint Property Descriptor Script is missing #6555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
niemyjski opened this issue Jul 15, 2022 · 2 comments
Closed

Index Mappings: Geopoint Property Descriptor Script is missing #6555

niemyjski opened this issue Jul 15, 2022 · 2 comments
Labels
7.x Relates to a 7.x client version

Comments

@niemyjski
Copy link
Contributor

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:

  1. 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):

@niemyjski niemyjski added the 7.x Relates to a 7.x client version label Jul 15, 2022
@stevejgordon
Copy link
Contributor

Thanks for raising this @niemyjski. I've got a PR in progress to add two missing properties relating to script usage.

@stevejgordon
Copy link
Contributor

This is now merged and will be released as part of 7.17.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.x Relates to a 7.x client version
Projects
None yet
Development

No branches or pull requests

2 participants