We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior
This should work .GeoPoint(g => g.Name(m => "geo").Script("BLAH"))
.GeoPoint(g => g.Name(m => "geo").Script("BLAH"))
Provide ConnectionSettings (if relevant):
ConnectionSettings
Provide DebugInformation (if relevant):
DebugInformation
The text was updated successfully, but these errors were encountered:
Thanks for raising this @niemyjski. I've got a PR in progress to add two missing properties relating to script usage.
Sorry, something went wrong.
This is now merged and will be released as part of 7.17.5.
7.17.5
No branches or pull requests
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:
Expected behavior
This should work
.GeoPoint(g => g.Name(m => "geo").Script("BLAH"))
Provide
ConnectionSettings
(if relevant):Provide
DebugInformation
(if relevant):The text was updated successfully, but these errors were encountered: