I dont see an appropriate category or tags for either of those .net clients, and the GitHub repo for them says to ask questions here, so sorry if this is the wrong category.
I need to create an index mapping with some analyzers. I have built the string with the command and can paste it into Kibana and it works fine, but this needs to be something that runs programmatically and (as usual) I cant find the way to do that using the helper API things like Indicies. I thought there was a way to just send an arbitrary command to elastic using the low level client a few years ago, but I dont see it in the 7.10.0 packages. I want to do it this way because I already have the working statement being built correctly as a string, and because I dont have the time or desire to re-familiarize with all the crazy fluent nonsense.