-
Notifications
You must be signed in to change notification settings - Fork 95
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
Would a F# version of the example be desired? #26
Comments
An F# branch would be very cool! You'd likely need to build an F# API layer over some of NEST's constructs to make it more idiomatically F# to work with |
Agreed. I am working on bulkall requests. Adding an api layer is a good idea. Maybe writing that layer would be a good first step. |
Yes please. Also, v7? Seems like |
We've namespaced methods since Elasticsearch nowadays has
https://www.nuget.org/packages/NEST.7xUpgradeAssistant/ Can be use to temporarily reintroduce the old methods with obsolete warnings indicating how to rewrite them. |
There are now 7.x and 7.x-codecomplete branches that have updated the example to 7.x, using ASP.NET Core 3.0. |
I would like to make the examples in a F# version. Does this exist already? Would this be desired? I could see it adding confusion as to what language to use.
The text was updated successfully, but these errors were encountered: